DirSyncResponseControl Класс
Определение
Класс DirSyncResponseControl представляет собой элемент управления каталогом, используемый для передачи информации DirSyncRequest от сервера клиенту.The DirSyncResponseControl class is a directory control used to pass DirSyncRequest information from the server to the client.
public ref class DirSyncResponseControl : System::DirectoryServices::Protocols::DirectoryControl
public class DirSyncResponseControl : System.DirectoryServices.Protocols.DirectoryControl
type DirSyncResponseControl = class
inherit DirectoryControl
Public Class DirSyncResponseControl
Inherits DirectoryControl
- Наследование
Свойства
Cookie |
Свойство Cookie содержит непрозрачную структуру, возвращенную каталогом.The Cookie property contains an opaque structure returned by the directory. |
IsCritical |
Свойство IsCritical указывает, является ли элемент управления критически важным.The IsCritical property specifies whether the control is critical. (Унаследовано от DirectoryControl) |
MoreData |
Свойство MoreData указывает, имеются ли еще данные для возврата.The MoreData property specifies whether there is more data to return. |
ResultSize |
Свойство ResultSize задает размер результата.The ResultSize property specifies the size of the result. |
ServerSide |
Свойство ServerSide указывает, является ли данный элемент управления серверным.The ServerSide property specifies whether this is a server-side control. (Унаследовано от DirectoryControl) |
Type |
Свойство Type содержит идентификатор объекта (OID) данного элемента управления.The Type property contains the object identifier (OID) of the control. (Унаследовано от DirectoryControl) |
Методы
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) |
GetValue() |
Метод GetValue() возвращает данные, связанные с элементом управления.The GetValue() method returns the data associated with the control. (Унаследовано от DirectoryControl) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |