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

Site of the Wsus server

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
WsusMPSite 
MPSite { 
get; 
set; }
Public 
Property 
MPSite 
As 
WsusMPSite
	
Get
	
Set
public:
property 
WsusMPSite^ 
MPSite {
	
WsusMPSite^ 
get ();
	
void 
set (
WsusMPSite^ 
value);
}

See Also