VCardABLabels Property

X-ABLabel: An Apple AddressBook (AB) extension to give other vCard properties a label.

Definition

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

Property Value

IEnumerableTextProperty

Remarks

The TextProperty instances stored in this property must have the same Group name as the VCardProperty instances they label.

See Also