Edit

Share via


CKQueryOperation.Cursor Property

Definition

Gets or sets the CKQueryCursor that can be used to continue the search. If null, the Query is used.

public virtual CloudKit.CKQueryCursor Cursor { [Foundation.Export("cursor", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setCursor:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Cursor : CloudKit.CKQueryCursor with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to