CKDiscoverAllUserIdentitiesOperation.Discovered Property

Definition

Gets or sets the action that is run after each identity is discovered.

public virtual Action<CloudKit.CKUserIdentity> Discovered { [Foundation.Export("userIdentityDiscoveredBlock", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setUserIdentityDiscoveredBlock:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Discovered : Action<CloudKit.CKUserIdentity> with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to