ITemplateParameter.NonOwnedDefault Property

 

A default that is not owned by this template parameter.

Namespace:   Microsoft.VisualStudio.Uml.AuxiliaryConstructs
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IParameterableElement NonOwnedDefault { get; set; }
property IParameterableElement^ NonOwnedDefault {
    IParameterableElement^ get();
    void set(IParameterableElement^ value);
}
abstract NonOwnedDefault : IParameterableElement with get, set
Property NonOwnedDefault As IParameterableElement

Property Value

Type: Microsoft.VisualStudio.Uml.AuxiliaryConstructs.IParameterableElement

See Also

ITemplateParameter Interface
Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace

Return to top