Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets an array of ContentLocationSite objects. These sites contain definitions for different sites in the hierarchy that serve the content.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Collection<ContentLocationSite> Sites { get; }
public:
property Collection<ContentLocationSite^>^ Sites {
Collection<ContentLocationSite^>^ get();
}
Public ReadOnly Property Sites As Collection(Of ContentLocationSite)
Property Value
Type: System.Collections.ObjectModel.Collection<ContentLocationSite>
See Also
ContentLocationSites Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top