DirectoryOperationException.Response プロパティ

定義

Response プロパティは、エラーを含むサーバーによって返されるDirectoryResponse オブジェクトを指定します。

public:
 property System::DirectoryServices::Protocols::DirectoryResponse ^ Response { System::DirectoryServices::Protocols::DirectoryResponse ^ get(); };
public System.DirectoryServices.Protocols.DirectoryResponse Response { get; }
member this.Response : System.DirectoryServices.Protocols.DirectoryResponse
Public ReadOnly Property Response As DirectoryResponse

プロパティ値

エラーを含むサーバーによって返される DirectoryResponse オブジェクト。

適用対象