Tip
When working with the enum use the extension methods from the PClExtension class.
[FlagsAttribute]
public enum PCl<FlagsAttribute>
Public Enumeration PCl[FlagsAttribute]
public enum class PCl[<FlagsAttribute>]
type PCl| Home | 1 | HOME: Implies that the property is related to an individual's personal life. |
| Work | 2 | WORK: Implies that the property is related to an individual's work place. |
| IsSet | Checks whether all flags set in flags are also
set in value. (Defined by PClExtension) |
| Set | Sets all the flags set in flags in value. (Defined by PClExtension) |
| Unset | Unsets all flags set in flags in value. (Defined by PClExtension) |