CKModifyRecordsOperation.RecordsToSave 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 CKRecord objects to be saved in the database.
public virtual CloudKit.CKRecord[] RecordsToSave { [Foundation.Export("recordsToSave", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setRecordsToSave:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.RecordsToSave : CloudKit.CKRecord[] with get, set
Property Value
CKRecord[]
(More documentation for this node is coming)
This value can be null
.
- Attributes