ModifyResponse Класс
Определение
Класс ModifyResponse возвращается методом SendRequest(DirectoryRequest) в ответ на ModifyRequest.The ModifyResponse class is returned by SendRequest(DirectoryRequest) as a response to ModifyRequest.
public ref class ModifyResponse : System::DirectoryServices::Protocols::DirectoryResponse
public class ModifyResponse : System.DirectoryServices.Protocols.DirectoryResponse
type ModifyResponse = class
inherit DirectoryResponse
Public Class ModifyResponse
Inherits DirectoryResponse
- Наследование
Свойства
Controls |
Свойство Controls содержит массив объектов DirectoryControl, возвращенных сервером.The Controls property contains an array of DirectoryControl objects returned by the server. (Унаследовано от DirectoryResponse) |
ErrorMessage |
Свойство ErrorMessage содержит сообщение об ошибке данной операции, при наличии такового.The ErrorMessage property contains the error message, if any, for this operation. (Унаследовано от DirectoryResponse) |
MatchedDN |
Свойство MatchedDN содержит подходящее отличительное имя, возвращенное сервером.The MatchedDN property contains the matched distinguished name returned by the server. (Унаследовано от DirectoryResponse) |
Referral |
Свойство Referral содержит отсылки сервера.The Referral property contains the server referrals. (Унаследовано от DirectoryResponse) |
RequestId |
Свойство RequestId содержит идентификатор запроса.The RequestId property contains the Request Identifier. (Унаследовано от DirectoryResponse) |
ResultCode |
Свойство ResultCode содержит код результата операции.The ResultCode property contains the result code of the operation. (Унаследовано от DirectoryResponse) |
Методы
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) |