ClientRegistrationResponse Class
Represents a registration reply.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | ClientRegistrationResponse() | Initializes a new instance of the ClientRegistrationResponse class. |
| Name | Description | |
|---|---|---|
![]() | ApprovalStatus | Gets the approval status for the client. |
![]() | ResponseType | Gets the response type. |
![]() | SerializableApprovalStatus | Gets or sets the approval status. This property is only for serialization. Use ApprovalStatus instead. |
![]() | SerializableResponseType | Gets or sets the registration response type. This property is only for serialization. Use ResponseType instead. |
![]() | SerializableSmsId | Gets or sets the registration SMSID. This property is only for serialization. Use SmsId instead. |
![]() | SerializableStatus | Gets or sets the registration status. This property is only for serialization. Use Status instead. |
![]() | SerializableTimestamp | Gets or sets the timestamp of the message. This property is only for serialization. UseTimestamp instead. |
![]() | SmsId | Gets the SMSID of the client by using the client ID. |
![]() | Status | Gets the registration status. |
![]() | Timestamp | Gets the timestamp of the response. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.

