DeleteResponse 类

定义

DeleteResponseSendRequest(DirectoryRequest) 类作为对 DeleteRequest 的响应返回。

public ref class DeleteResponse : System::DirectoryServices::Protocols::DirectoryResponse
public class DeleteResponse : System.DirectoryServices.Protocols.DirectoryResponse
type DeleteResponse = class
    inherit DirectoryResponse
Public Class DeleteResponse
Inherits DirectoryResponse
继承

属性

Controls

Controls 属性包含服务器返回的 DirectoryControl 对象组成的数组。

(继承自 DirectoryResponse)
ErrorMessage

ErrorMessage 属性包含此操作的错误信息(如果有)。

(继承自 DirectoryResponse)
MatchedDN

MatchedDN 属性包含服务器返回的匹配识别名。

(继承自 DirectoryResponse)
Referral

Referral 属性包含服务器检索。

(继承自 DirectoryResponse)
RequestId

RequestId 属性包含请求标识符。

(继承自 DirectoryResponse)
ResultCode

ResultCode 属性包含操作的结果代码。

(继承自 DirectoryResponse)

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于