Edit

Share via


CKModifyRecordsOperation.RecordIdsToDelete Property

Definition

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

Applies to