IClass.IsActiveClass Property

 

True if each instance of this class is associated with a thread of control.

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

Syntax

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

Property Value

Type: System.Boolean

See Also

IClass Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top