CKFetchRecordZoneChangesOperation.RecordWithIDWasDeleted 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 handler that is run after each record that has an ID is deleted.
public virtual CloudKit.CKFetchRecordZoneChangesWithIDWasDeletedHandler RecordWithIDWasDeleted { [Foundation.Export("recordWithIDWasDeletedBlock", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setRecordWithIDWasDeletedBlock:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.RecordWithIDWasDeleted : CloudKit.CKFetchRecordZoneChangesWithIDWasDeletedHandler with get, set
Property Value
(More documentation for this node is coming)
This value can be null
.
- Attributes