Share via


IParameter.Default Property

Gets a string representing the default value of the parameter when no argument is supplied.

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

See Also

Reference

IParameter Interface

Microsoft.VisualStudio.Uml.Classes Namespace