VCardDisplayNames 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 IEnumerable<TextProperty?>? DisplayNames { get; set; }
Public Property DisplayNames As IEnumerable(Of TextProperty)
Get
Set
public:
property IEnumerable<TextProperty^>^ DisplayNames {
IEnumerable<TextProperty^>^ get ();
void set (IEnumerable<TextProperty^>^ value);
}
member DisplayNames : IEnumerable<TextProperty> with get, set
Property Value
IEnumerableTextProperty
The name representations stored in this property are typically intended to be
presented to the users of the application.