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”属性。

适用于