CKModifyRecordsOperation.ClientChangeTokenData 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.
Gets or sets a token used to indicate a client-side change version.
public virtual Foundation.NSData ClientChangeTokenData { [Foundation.Export("clientChangeTokenData", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setClientChangeTokenData:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.ClientChangeTokenData : Foundation.NSData with get, set
Property Value
Developers can check the value of this property to confirm that the server has stored their desired changes.
This value can be null
.
- Attributes