Click or drag to resize

LevelType Properties

IT Hit WebDAV Classes Reference

The LevelType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberHigh
Represents a high level. String value is "HIGH", integer value is 1.
Public propertyStatic memberLow
Represents a low level. String value is "LOW", integer value is 3.
Public propertyStatic memberMedium
Represents a medium level. String value is "MEDIUM", integer value is 2.
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