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

Gets or sets the allow registration reset node

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

AllowRegistrationResetCapability 
AllowRegistrationReset { 
get; 
set; }
Public 
Property 
AllowRegistrationReset 
As 

AllowRegistrationResetCapability
	
Get
	
Set
public:
property 

AllowRegistrationResetCapability^ 
AllowRegistrationReset {
	

AllowRegistrationResetCapability^ 
get ();
	
void 
set (

AllowRegistrationResetCapability^ 
value);
}

See Also