Click or drag to resize

ClassificationType Properties

IT Hit WebDAV Classes Reference

The ClassificationType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberConfidential
Confidential access. String value is "CONFIDENTIAL", 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.)
Public propertyStatic memberPrivate
Private access. String value is "PRIVATE", integer value is 2.
Public propertyStatic memberPublic
Public access. String value is "PUBLIC", integer value is 1.
Top
See Also