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.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
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.