Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets or sets the type of registration message to send, such as registration or confirmation. This property affects the message returned from the management point.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ClientRegistrationRequestType RegistrationType { get; set; }
public:
property ClientRegistrationRequestType RegistrationType {
ClientRegistrationRequestType get();
void set(ClientRegistrationRequestType value);
}
Public Property RegistrationType As ClientRegistrationRequestType
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.ClientRegistrationRequestType
See Also
ConfigMgrRegistrationRequestBase Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top