Share via


CKModifyRecordsOperation.PerRecordProgress Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Action<CloudKit.CKRecord,double>? PerRecordProgress { [Foundation.Export("perRecordProgressBlock", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setPerRecordProgressBlock:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("perRecordProgressBlock", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setPerRecordProgressBlock:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.PerRecordProgress : Action<CloudKit.CKRecord, double> with get, set

Property Value

Attributes

Applies to