Partager via


DsmlErrorResponse.Type Propriété

Définition

La propriété Type contient une valeur de ErrorResponseCategory qui spécifie le type de la réponse d'erreur retournée par le serveur.

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

Valeur de propriété

Valeur de ErrorResponseCategory qui spécifie le type de la réponse d'erreur retournée par le serveur.

Remarques

Cette propriété correspond à l’attribut « type » de l’élément <errorResponse> .

S’applique à