Share via


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

See Also

Reference

IParameter Interface

Microsoft.VisualStudio.Uml.Classes Namespace