Share via


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

'Declaration
Property NonOwnedDefault As IParameterableElement
    Get
    Set
IParameterableElement NonOwnedDefault { get; set; }
property IParameterableElement^ NonOwnedDefault {
    IParameterableElement^ get ();
    void set (IParameterableElement^ value);
}
abstract NonOwnedDefault : IParameterableElement with get, set
function get NonOwnedDefault () : IParameterableElement
function set NonOwnedDefault (value : IParameterableElement)

Property Value

Type: Microsoft.VisualStudio.Uml.AuxiliaryConstructs.IParameterableElement

.NET Framework Security

See Also

Reference

ITemplateParameter Interface

Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace