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

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

Property Value

Type: System.Boolean

See Also

IGeneralization Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top