WmiPropertyAndValues.PropertyName Property
Gets or sets the single string value that references the name of the property.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string PropertyName { get; set; }
public:
property String^ PropertyName {
String^ get();
void set(String^ value);
}
Public Property PropertyName As String
Property Value
Type: System.String
See Also
WmiPropertyAndValues Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top