CKModifyRecordsOperation.RecordIdsToDelete 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 array of CKRecordID objects identifying the records to be deleted from the database.
public virtual CloudKit.CKRecordID[] RecordIdsToDelete { [Foundation.Export("recordIDsToDelete", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setRecordIDsToDelete:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.RecordIdsToDelete : CloudKit.CKRecordID[] with get, set
Property Value
(More documentation for this node is coming)
This value can be null
.
- Attributes