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

Get or set the type of registration message to send (ie: registration or confirmation). This affects the message returned from the MP.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

ClientRegistrationRequestType 
RegistrationType { 
get; 
set; }
Public 
Property 
RegistrationType 
As 

ClientRegistrationRequestType
	
Get
	
Set
public:
property 

ClientRegistrationRequestType 
RegistrationType {
	

ClientRegistrationRequestType 
get ();
	
void 
set (

ClientRegistrationRequestType 
value);
}

See Also