CNContactViewController.Contact Property

Definition

The CNContact that is displayed.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Contacts.CNContact Contact { [Foundation.Export("contact", ObjCRuntime.ArgumentSemantic.Strong)] get; }
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Contacts.CNContact? Contact { [Foundation.Export("contact", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setContact:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("contact", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.Contact : Contacts.CNContact
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("contact", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setContact:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.Contact : Contacts.CNContact with get, set

Property Value

Attributes

Applies to