IActiveAware.IsActive Property

Gets or sets a value indicating whether the object is active.

Namespace:  Microsoft.Practices.Composite
Assembly:  Microsoft.Practices.Composite (in Microsoft.Practices.Composite.dll)

Syntax

'Declaration
Property IsActive As Boolean
bool IsActive { get; set; }
property bool IsActive {
    bool get ();
    void set (bool value);
}
function get_isActive();
function set_isActive(value);

Field Value

truetrue (True in Visual Basic) if the object is active; otherwise falsefalse (False in Visual Basic).

See Also

IActiveAware Interface

Microsoft.Practices.Composite Namespace