VCardGroupIDs Property

Gets an IEnumerableT of Strings that can be used to iterate over the Group identifiers of the VCard.

Definition

Namespace: FolkerKinzel.VCards
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
public IEnumerable<string> GroupIDs { get; }

Property Value

IEnumerableString

Remarks

  Tip

Iterating over the Group identifiers is an expensive operation. Store the results if they are needed several times.

The method returns each Group identifier only once. null is not a Group identifier. The comparison of Group identifiers is case-insensitive.

See Also