Partager via


ContentLocationLocationRecords.LocationRecords Property

 

Gets an array of location records.

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

Syntax

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

Property Value

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

See Also

ContentLocationLocationRecords Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top