CKQueryOperation.Cursor 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 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