DsmlErrorResponse.Type Propriedade
Definição
A propriedade Type contém um valor de ErrorResponseCategory que especifica o tipo da resposta de erro retornada pelo servidor.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
Valor da propriedade
Um valor ErrorResponseCategory que especifica o tipo de resposta de erro retornado pelo servidor.A value of ErrorResponseCategory that specifies the type of the error response returned by the server.
Comentários
Essa propriedade corresponde ao atributo "Type" do <errorResponse> elemento.This property corresponds to the "type" attribute of the <errorResponse> element.