共用方式為


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

適用於