Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the blob for the site. The blob contains an array of ContentLocationSite objects.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ContentLocationSites Sites { get; set; }
public:
property ContentLocationSites^ Sites {
ContentLocationSites^ get();
void set(ContentLocationSites^ value);
}
Public Property Sites As ContentLocationSites
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationSites
See Also
ContentLocationReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top