ConfigMgrBitsDownloadRequest.RandomizeUrls Property
Gets or sets a value that indicates whether BITS URLs should be in random order. Even if randomization is enabled, "LOCAL" locations will always be preferred over "REMOTE" locations.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool RandomizeUrls { get; set; }
public:
property bool RandomizeUrls {
bool get();
void set(bool value);
}
Public Property RandomizeUrls As Boolean
Property Value
Type: System.Boolean
See Also
ConfigMgrBitsDownloadRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top