Share via


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

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IClass Interface

Microsoft.VisualStudio.Uml.Classes Namespace