Editar

Compartir a través de


CKModifyRecordsOperation.ClientChangeTokenData Property

Definition

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

Applies to