IWmiQueryItemIsActive 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 bool IsActive { get; set; }
Property IsActive As Boolean
Get
Set
property bool IsActive {
bool get ();
void set (bool value);
}
abstract IsActive : bool with get, set
Property Value
Type:
Booleantrue if [is active]; otherwise,
false.
See Also