CNMutableContact.SocialProfiles 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.
An array of CNLabeledValue<ValueType> objects containing the name of the social service and the value as a T:Contacts.CNSocialService object.
public virtual Contacts.CNLabeledValue<Contacts.CNSocialProfile>[] SocialProfiles { [Foundation.Export("socialProfiles", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSocialProfiles:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.SocialProfiles : Contacts.CNLabeledValue<Contacts.CNSocialProfile>[] with get, set
Property Value
- Attributes