Share via


DsmlErrorResponse.Type プロパティ

定義

Type プロパティは、サーバーによって返されるエラー応答の種類を指定する ErrorResponseCategory の値を格納します。

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

プロパティ値

サーバーによって返されるエラー応答の種類を指定する ErrorResponseCategory の値。

注釈

このプロパティは、errorResponse> 要素の "type" 属性に<対応します。

適用対象