VCardBuilderDisplayNames Property
FN: The formatted name string associated with the vCard object.
(2,3,4)
Namespace: FolkerKinzel.VCardsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
public TextBuilder DisplayNames { get; }
Public ReadOnly Property DisplayNames As TextBuilder
Get
public:
property TextBuilder DisplayNames {
TextBuilder get ();
}
member DisplayNames : TextBuilder with get
Property Value
TextBuilder
The name representations stored in this property are typically intended to be
presented to the users of the application.
You can use the
ToDisplayNames(INameFormatter) method to convert the
structured name representations that are stored in the
NameViews
property to produce formatted representations readable by the users of the
application.