ClientRegistrationResponse Class

 

Represents a registration reply.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::ClientRegistrationResponse

[SerializableAttribute]
public ref class ClientRegistrationResponse sealed 

NameDescription
System_CAPS_pubmethodClientRegistrationResponse()

Initializes a new instance of the ClientRegistrationResponse class.

NameDescription
System_CAPS_pubpropertyApprovalStatus

Gets the approval status for the client.

System_CAPS_pubpropertyResponseType

Gets the response type.

System_CAPS_pubpropertySerializableApprovalStatus

Gets or sets the approval status. This property is only for serialization. Use ApprovalStatus instead.

System_CAPS_pubpropertySerializableResponseType

Gets or sets the registration response type. This property is only for serialization. Use ResponseType instead.

System_CAPS_pubpropertySerializableSmsId

Gets or sets the registration SMSID. This property is only for serialization. Use SmsId instead.

System_CAPS_pubpropertySerializableStatus

Gets or sets the registration status. This property is only for serialization. Use Status instead.

System_CAPS_pubpropertySerializableTimestamp

Gets or sets the timestamp of the message. This property is only for serialization. UseTimestamp instead.

System_CAPS_pubpropertySmsId

Gets the SMSID of the client by using the client ID.

System_CAPS_pubpropertyStatus

Gets the registration status.

System_CAPS_pubpropertyTimestamp

Gets the timestamp of the response.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: