Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets management point location records.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Collection<MPLocationRecord> Locations { get; }
public:
property Collection<MPLocationRecord^>^ Locations {
Collection<MPLocationRecord^>^ get();
}
Public ReadOnly Property Locations As Collection(Of MPLocationRecord)
Property Value
Type: System.Collections.ObjectModel.Collection<MPLocationRecord>
See Also
EnumerateMPLocationReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top