WmiPropertyAndValues.PropertyValues Property
Gets a list string of all values for a specific property.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Collection<string> PropertyValues { get; private set; }
public:
property Collection<String^>^ PropertyValues {
Collection<String^>^ get();
private: void set(Collection<String^>^ value);
}
Public Property PropertyValues As Collection(Of String)
Get
Private Set
End Property
Property Value
Type: System.Collections.ObjectModel.Collection<String>
See Also
WmiPropertyAndValues Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top