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 a collection of sites.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Collection<T> Sites { get; }
public:
property Collection<T>^ Sites {
Collection<T>^ get();
}
Public ReadOnly Property Sites As Collection(Of T)
Property Value
Type: System.Collections.ObjectModel.Collection<T>
See Also
SiteRecords<T> Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top