[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a registration reply <ClientRegistrationResponse ResponseType = "Registration" TimeStamp = "2008-01-31T21:22:53Z" Status = "3" />

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
ClientRegistrationResponse
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
ClientRegistrationResponse
[
SerializableAttribute]
public 
ref class 
ClientRegistrationResponse 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ClientRegistrationResponse () () () ()
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
ResponseType
Gets the interpreted value of the response enum
ResponseTypeString
Gets or sets the type of registration response
SmsId
Gets the SMSID of the client using the client ID
SmsIdString
Gets or sets the registration SMSID
Status
Gets the registration status as the enum value
StatusString
Gets or sets the registration status
Timestamp
Gets the timestamp in the .NET Datetime format
TimestampString
Gets or sets the timestamp of the message
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also