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

If true, a registration hint will be added to the message before sending.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
bool 
AddRegistrationHint { 
get; 
set; }
Public 
Property 
AddRegistrationHint 
As 
Boolean
	
Get
	
Set
public:
property 
bool 
AddRegistrationHint {
	
bool 
get ();
	
void 
set (
bool 
value);
}

See Also