[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

PropertyValues is a List String of all Values for the specific property

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
Collection<
string> 
PropertyValues { 
get; 
private 
set; }
Public 
Property 
PropertyValues 
As 
Collection(
Of 
String)
	
Get
	
Private 
Set
public:
property 
Collection<
String^>^ 
PropertyValues {
	
Collection<
String^>^ 
get ();
	
private: 
void 
set (
Collection<
String^>^ 
value);
}

See Also