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 management points from the location reply.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public SiteRecords<ContentLocationMPSite> Sites { get; set; }
public:
property SiteRecords<ContentLocationMPSite^>^ Sites {
SiteRecords<ContentLocationMPSite^>^ get();
void set(SiteRecords<ContentLocationMPSite^>^ value);
}
Public Property Sites As SiteRecords(Of ContentLocationMPSite)
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.SiteRecords<ContentLocationMPSite>
See Also
LocalMPLocationReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top