Click or drag to resize

ExpertiseLevelType Properties

IT Hit WebDAV Classes Reference

The ExpertiseLevelType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAverage
Represents an average expertise level. String value is "AVERAGE", integer value is 2.
Public propertyStatic memberBeginner
Represents a beginner expertise level. String value is "BEGINNER", integer value is 1.
Public propertyStatic memberExpert
Represents an expert expertise level. String value is "EXPERT", integer value is 3.
Public propertyName
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.)
Public propertyNumber
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.)
Top
See Also