Share via


IClassifierTemplateParameter.AllowSubstitutable Property

False if the bound type must be the ConstrainingClassifier or one of its specializations. True if the bound type can alternatively be a class that realizes the interface specified as the ConstrainingClassifier. Default = True.

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

Syntax

'Declaration
Property AllowSubstitutable As Boolean
    Get
    Set
bool AllowSubstitutable { get; set; }
property bool AllowSubstitutable {
    bool get ();
    void set (bool value);
}
abstract AllowSubstitutable : bool with get, set
function get AllowSubstitutable () : boolean
function set AllowSubstitutable (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IClassifierTemplateParameter Interface

Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace