Partager via


ClientRegistrationResponse Class

 

Represents a registration reply.

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

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public sealed class ClientRegistrationResponse
[SerializableAttribute]
public ref class ClientRegistrationResponse sealed 
<SerializableAttribute>
Public NotInheritable Class ClientRegistrationResponse

Constructors

Name Description
System_CAPS_pubmethod ClientRegistrationResponse()

Initializes a new instance of the ClientRegistrationResponse class.

Properties

Name Description
System_CAPS_pubproperty ApprovalStatus

Gets the approval status for the client.

System_CAPS_pubproperty ResponseType

Gets the response type.

System_CAPS_pubproperty SerializableApprovalStatus

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

System_CAPS_pubproperty SerializableResponseType

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

System_CAPS_pubproperty SerializableSmsId

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

System_CAPS_pubproperty SerializableStatus

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

System_CAPS_pubproperty SerializableTimestamp

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

System_CAPS_pubproperty SmsId

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

System_CAPS_pubproperty Status

Gets the registration status.

System_CAPS_pubproperty Timestamp

Gets the timestamp of the response.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top