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
'Declaration
Property DefaultValue As IValueSpecification
IValueSpecification DefaultValue { get; set; }
property IValueSpecification^ DefaultValue {
IValueSpecification^ get ();
void set (IValueSpecification^ value);
}
abstract DefaultValue : IValueSpecification with get, set
function get DefaultValue () : IValueSpecification
function set DefaultValue (value : IValueSpecification)
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IValueSpecification
.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.