NSPersonNameComponentsFormatter.Phonetic 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.
Gets or sets a value that controls whether the receiver should use only phonetic name component representations. Default is false
.
public virtual bool Phonetic { [Foundation.Export("isPhonetic")] get; [Foundation.Export("setPhonetic:")] set; }
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
.