Udostępnij za pośrednictwem


MPLocationRecords.Locations Property

 

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

MPLocationRecords Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top