WsusLocationRecords.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<WsusLocationRecord> LocationRecords { get; }
public:
property Collection<WsusLocationRecord^>^ LocationRecords {
    Collection<WsusLocationRecord^>^ get();
}
Public ReadOnly Property LocationRecords As Collection(Of WsusLocationRecord)

Property Value

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

See Also

WsusLocationRecords Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top