[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Sites that will serve the client

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

SiteRecords<

SiteInfoSite> 
Sites { 
get; 
set; }
Public 
Property 
Sites 
As 
SiteRecords(
Of 

SiteInfoSite)
	
Get
	
Set
public:
property 

SiteRecords<

SiteInfoSite^>^ 
Sites {
	

SiteRecords<

SiteInfoSite^>^ 
get ();
	
void 
set (

SiteRecords<

SiteInfoSite^>^ 
value);
}

See Also