Share via


NSPersonNameComponentsFormatter.Phonetic Property

Definition

Gets or sets a value that controls whether the receiver should use only phonetic name component representations. Default is false.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Phonetic { [Foundation.Export("isPhonetic")] get; [Foundation.Export("setPhonetic:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isPhonetic")>]
[<set: Foundation.Export("setPhonetic:")>]
member this.Phonetic : bool with get, set

Property Value

A value that controls whether the receiver should use only phonetic name component representations.

Attributes

Remarks

Default is false.

Applies to