IProperty.DefaultValue Property
Specifies an initial value for the property.
Namespace: Microsoft.VisualStudio.Uml.Profiles
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
string DefaultValue { get; }
property String^ DefaultValue {
String^ get();
}
abstract DefaultValue : string with get
ReadOnly Property DefaultValue As String
Property Value
Type: System.String
See Also
IProperty Interface
Microsoft.VisualStudio.Uml.Profiles Namespace
Return to top