Edit

Share via


CKFetchShareParticipantsOperation.Fetched Property

Definition

Gets or sets the action that is run after each block of share participants is fetched.

public virtual Action<CloudKit.CKShareParticipant> Fetched { [Foundation.Export("shareParticipantFetchedBlock", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setShareParticipantFetchedBlock:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Fetched : Action<CloudKit.CKShareParticipant> with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to