Share via


ClientRegistrationResponse.SerializableResponseType Property

 

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

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

Syntax

public string SerializableResponseType { get; set; }
public:
property String^ SerializableResponseType {
    String^ get();
    void set(String^ value);
}
Public Property SerializableResponseType As String

Property Value

Type: System.String

See Also

ClientRegistrationResponse Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top