DsmlErrorResponse.Type Propiedad

Definición

La propiedad Type contiene un valor de ErrorResponseCategory que especifica el tipo de respuesta de error que el servidor devuelve.

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

Valor de propiedad

Valor de ErrorResponseCategory que especifica el tipo de la respuesta de error que el servidor devuelve.

Comentarios

Esta propiedad corresponde al atributo "type" del <elemento errorResponse> .

Se aplica a