ParameterSectionPhonetic Property

PHONETIC: Defines how to pronounce the value of another property in the same vCard. (4 - RFC 9554)

Definition

Namespace: FolkerKinzel.VCards.Models.Properties.Parameters
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
C#
public Phonetic? Phonetic { get; set; }

Property Value

NullablePhonetic
The parameter value indicates the phonetic system.

Remarks

This property parameter indicates that the value of its property contains the phonetic representation of another same-named property in the same vCard. Exemplary uses are defining how to pronounce Japanese names and romanizing Mandarin or Cantonese names and address components.

See Also