The ExpertiseLevelType type exposes the following members.
| Name | Description | |
|---|---|---|
| Average |
Represents an average expertise level. String value is "AVERAGE", integer value is 2.
| |
| Beginner |
Represents a beginner expertise level. String value is "BEGINNER", integer value is 1.
| |
| Expert |
Represents an expert expertise level. String value is "EXPERT", integer value is 3.
| |
| 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.) |