Click or drag to resize

WmiQueryItem Constructor

Initializes a new instance of the WmiQueryItem class.

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
)

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