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
- 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.