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
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.