Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a String that is evaluated to give a default value for the Property when an object of the owning Classifier is instantiated.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
string Default { get; }
property String^ Default {
String^ get();
}
abstract Default : string with get
ReadOnly Property Default As String
Property Value
Type: System.String
See Also
IProperty Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top