WmiQueryItemWmiPropertyName Property |
Gets or sets the name of the WMI property.
Namespace:
Xcalibur.WMI.Framework
Assembly:
Xcalibur.WMI.Framework (in Xcalibur.WMI.Framework.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax public string WmiPropertyName { get; set; }
Public Property WmiPropertyName As String
Get
Set
public:
virtual property String^ WmiPropertyName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract WmiPropertyName : string with get, set
override WmiPropertyName : string with get, set
Property Value
Type:
String
The name of the WMI property.
Implements
IWmiQueryItemWmiPropertyNameSee Also