DirSyncResponseControl.Cookie Свойство
Определение
public:
property cli::array <System::Byte> ^ Cookie { cli::array <System::Byte> ^ get(); };
public byte[] Cookie { get; }
member this.Cookie : byte[]
Public ReadOnly Property Cookie As Byte()
Значение свойства
- Byte[]
Непрозрачная структура, возвращенная каталогом.An opaque structure returned by the directory.
Комментарии
Это свойство обновляется каталогом во время каждого SearchRequest , что позволяет элементу управления постепенно считывать изменения из каталога.This property is updated by the directory during each SearchRequest, which enables the control to incrementally read changes from the directory.