The ClassificationType type exposes the following members.
| Name | Description | |
|---|---|---|
| Confidential |
Confidential access. String value is "CONFIDENTIAL", 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.) | |
| Private |
Private access. String value is "PRIVATE", integer value is 2.
| |
| Public |
Public access. String value is "PUBLIC", integer value is 1.
|