ParameterSectionComponentOrder Property

JSCOMPS: Defines the order and separators for the elements of a structured property value. (4 - RFC 9555)

Definition

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

Property Value

String

Remarks

The value facilitates converting name and address components between JSContact and vCard. It preserves the order of the components of the JSContact property and contains the verbatim values of separator components. (See RFC 9555 for details.)

This parameter can be used with the VCardProperty instances in NameViews and Addresses.

See Also