CKDiscoverUserIdentitiesOperation.UserIdentityLookupInfos 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 an array that contains the lookup information for all the discovered users.
public virtual CloudKit.CKUserIdentityLookupInfo[] UserIdentityLookupInfos { [Foundation.Export("userIdentityLookupInfos", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setUserIdentityLookupInfos:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.UserIdentityLookupInfos : CloudKit.CKUserIdentityLookupInfo[] with get, set
Property Value
- Attributes