VCardABLabels Property
X-ABLabel: An Apple AddressBook (AB) extension to give other vCard properties a label.
Namespace: FolkerKinzel.VCardsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public IEnumerable<TextProperty?>? ABLabels { get; set; }
Public Property ABLabels As IEnumerable(Of TextProperty)
Get
Set
public:
property IEnumerable<TextProperty^>^ ABLabels {
IEnumerable<TextProperty^>^ get ();
void set (IEnumerable<TextProperty^>^ value);
}
member ABLabels : IEnumerable<TextProperty> with get, set
Property Value
IEnumerableTextProperty