IProperty.Default Property
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
'Declaration
ReadOnly Property Default As String
string Default { get; }
property String^ Default {
String^ get ();
}
abstract Default : string with get
function get Default () : String
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.