Share via


MPList.ManagementPoints Property

 

Gets the list of management points in the MPList reply.

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

Syntax

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

Property Value

Type: System.Collections.ObjectModel.Collection<MPListMP>

See Also

MPList Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top