VCardDisplayNames Property

FN: The formatted name string associated with the vCard object. (2,3,4)

Definition

Namespace: FolkerKinzel.VCards
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
C#
public IEnumerable<TextProperty?>? DisplayNames { get; set; }

Property Value

IEnumerableTextProperty

Remarks

The name representations stored in this property are typically intended to be presented to the users of the application.

See Also