PCl Enumeration

Named constants to classify the scope of a vCard property. The constants can be combined.

Definition

Namespace: FolkerKinzel.VCards.Enums
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
[FlagsAttribute]
public enum PCl

Remarks

  Tip

When working with the enum use the extension methods from the PClExtension class.

Members

Home1HOME: Implies that the property is related to an individual's personal life.
Work2WORK: Implies that the property is related to an individual's work place.

See Also