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

Site code for assignment. Only returned when making call to ConfigMgrMPKeyInformationExRequest

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

Syntax

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

See Also