DirSyncRequestControl.Cookie Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Cookie property contains an opaque structure used by the server.
public:
property cli::array <System::Byte> ^ Cookie { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] Cookie { get; set; }
member this.Cookie : byte[] with get, set
Public Property Cookie As Byte()
Property Value
Byte[]
An opaque structure used by the server.
Remarks
This property is updated by the directory during each SearchRequest, which enables the control to incrementally read changes from the directory.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.