DsmlErrorResponse.Type Property

Definition

The Type property contains a value of ErrorResponseCategory that specifies the type of the error response returned by the server.

public:
 property System::DirectoryServices::Protocols::ErrorResponseCategory Type { System::DirectoryServices::Protocols::ErrorResponseCategory get(); };
public System.DirectoryServices.Protocols.ErrorResponseCategory Type { get; }
member this.Type : System.DirectoryServices.Protocols.ErrorResponseCategory
Public ReadOnly Property Type As ErrorResponseCategory

Property Value

A value of ErrorResponseCategory that specifies the type of the error response returned by the server.

Remarks

This property corresponds to the "type" attribute of the <errorResponse> element.

Applies to