ParameterSectionScript Property

SCRIPT: Defines the script that a Value is written in. (4 - RFC 9554)

Definition

Namespace: FolkerKinzel.VCards.Models.Properties.Parameters
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public string? Script { get; set; }

Property Value

String

Remarks

This parameter allows defining a script for a Value without also defining a language as the Language parameter would. The value MUST be a script subtag as defined in Section 2.2.3 of RFC 5646. The Script parameter is often used in combination with the Phonetic parameter.

See Also