Tip
When working with the enum use the extension methods from the ImppExtension class.
[FlagsAttribute]
public enum Impp<FlagsAttribute>
Public Enumeration Impp[FlagsAttribute]
public enum class Impp[<FlagsAttribute>]
type Impp| Personal | 1 | Personal |
| Business | 2 | Business |
| Mobile | 4 | Mobile |
| IsSet | Checks whether all flags set in flags are also
set in value. (Defined by ImppExtension) |
| Set | Sets all the flags set in flags in value. (Defined by ImppExtension) |
| Unset | Unsets all flags set in flags in value. (Defined by ImppExtension) |