Share via


IGeneralization.IsSubstitutable Property

True if instances of the Specific classifier should be acceptable wherever instances of the General classifier are required.

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IGeneralization Interface

Microsoft.VisualStudio.Uml.Classes Namespace