WmiQueryItemIsActive Property |
Gets or sets a value indicating whether [is active].
Namespace:
Xcalibur.WMI.Framework
Assembly:
Xcalibur.WMI.Framework (in Xcalibur.WMI.Framework.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax public bool IsActive { get; set; }
Public Property IsActive As Boolean
Get
Set
public:
virtual property bool IsActive {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsActive : bool with get, set
override IsActive : bool with get, set
Property Value
Type:
Booleantrue if [is active]; otherwise,
false.
Implements
IWmiQueryItemIsActiveSee Also