IWmiQueryItemPropertyName Property |
Gets or sets the name of the property associated with the destination model.
Namespace:
Xcalibur.WMI.Framework
Assembly:
Xcalibur.WMI.Framework (in Xcalibur.WMI.Framework.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax string PropertyName { get; set; }
Property PropertyName As String
Get
Set
property String^ PropertyName {
String^ get ();
void set (String^ value);
}
abstract PropertyName : string with get, set
Property Value
Type:
String
The name of the property.
See Also