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

List of management points in the MPList reply

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
Collection<
MPListMP>

ManagementPoints { 
get; }
Public 
ReadOnly 
Property 
ManagementPoints 
As 
Collection(
Of 
MPListMP)
	
Get
public:
property 
Collection<

MPListMP^>^ 
ManagementPoints {
	
Collection<

MPListMP^>^ 
get ();
}

See Also