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