Sensitivity Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the sensitivity of an item.
public enum class Sensitivity
public enum Sensitivity
Public Enum Sensitivity
- Inheritance
-
Sensitivity
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | The item has a normal sensitivity. |
Personal | 1 | The item is personal. |
Private | 2 | The item is private. |
Confidential | 3 | The item is confidential. |