The LevelType type exposes the following members.
| Name | Description | |
|---|---|---|
| High |
Represents a high level. String value is "HIGH", integer value is 1.
| |
| Low |
Represents a low level. String value is "LOW", integer value is 3.
| |
| Medium |
Represents a medium level. String value is "MEDIUM", integer value is 2.
| |
| Name |
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.) | |
| Number |
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.) |