ContentLocationLocationRecord.Urls Property

 

Gets an array of HTTP distribution points for content location.

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

Syntax

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

Property Value

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

See Also

ContentLocationLocationRecord Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top