DirSyncResponseControl.Cookie 属性

定义

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[]

由目录返回的不透明结构。

注解

此属性在每个 SearchRequest期间由目录更新,这使控件能够以增量方式从目录中读取更改。

适用于