ConfigMgrRegistrationRequestBase.RegistrationType Property
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