Share via


ABUnknownPersonViewController.AlternateName Property

Definition

Gets or sets an alternative name other than first and last name for the person. Nullable. (see Message)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? AlternateName { [Foundation.Export("alternateName", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setAlternateName:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("alternateName", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setAlternateName:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.AlternateName : string with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to