DirectoryResponse Класс
Определение
Класс DirectoryResponse является базовым для классов ответов на запросы, таких как SearchResponse или AddResponse.The DirectoryResponse class is the base class for request response classes, like the SearchResponse and AddResponse classes.
public ref class DirectoryResponse abstract : System::DirectoryServices::Protocols::DirectoryOperation
public abstract class DirectoryResponse : System.DirectoryServices.Protocols.DirectoryOperation
type DirectoryResponse = class
inherit DirectoryOperation
Public MustInherit Class DirectoryResponse
Inherits DirectoryOperation
- Наследование
- Производный
Свойства
Controls |
Свойство Controls содержит массив объектов DirectoryControl, возвращенных сервером.The Controls property contains an array of DirectoryControl objects returned by the server. |
ErrorMessage |
Свойство ErrorMessage содержит сообщение об ошибке данной операции, при наличии такового.The ErrorMessage property contains the error message, if any, for this operation. |
MatchedDN |
Свойство MatchedDN содержит подходящее отличительное имя, возвращенное сервером.The MatchedDN property contains the matched distinguished name returned by the server. |
Referral |
Свойство Referral содержит отсылки сервера.The Referral property contains the server referrals. |
RequestId |
Свойство RequestId содержит идентификатор запроса.The RequestId property contains the Request Identifier. |
ResultCode |
Свойство ResultCode содержит код результата операции.The ResultCode property contains the result code of the operation. |
Методы
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetHashCode() |
Служит хэш-функцией по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |