IParameter.DefaultValue Property
A value to be used when no argument is supplied for the Parameter.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IValueSpecification DefaultValue { get; set; }
property IValueSpecification^ DefaultValue {
IValueSpecification^ get();
void set(IValueSpecification^ value);
}
abstract DefaultValue : IValueSpecification with get, set
Property DefaultValue As IValueSpecification
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IValueSpecification
See Also
IParameter Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top