CNContactViewController.Contact 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.
The CNContact that is displayed.
public virtual Contacts.CNContact Contact { [Foundation.Export("contact", ObjCRuntime.ArgumentSemantic.Strong)] get; set; }
public virtual Contacts.CNContact Contact { [Foundation.Export("contact", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setContact:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Contact : Contacts.CNContact with get, set
Property Value
- Attributes