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.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
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