Namespace:
Xcalibur.WMI.Framework
Assembly:
Xcalibur.WMI.Framework (in Xcalibur.WMI.Framework.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax public WmiQueryItem(
string propertyName,
string wmiPropertyName,
bool isActive = true
)
Public Sub New (
propertyName As String,
wmiPropertyName As String,
Optional isActive As Boolean = true
)
public:
WmiQueryItem(
String^ propertyName,
String^ wmiPropertyName,
bool isActive = true
)
new :
propertyName : string *
wmiPropertyName : string *
?isActive : bool
(* Defaults:
let _isActive = defaultArg isActive true
*)
-> WmiQueryItem
Parameters
- propertyName
- Type: SystemString
Name of the property. - wmiPropertyName
- Type: SystemString
Name of the WMI property. - isActive (Optional)
- Type: SystemBoolean
if set to true [is active].
See Also