SensitivityLabel Class
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.
The sensitivity label.
public class SensitivityLabel
type SensitivityLabel = class
Public Class SensitivityLabel
- Inheritance
-
SensitivityLabel
Constructors
SensitivityLabel() |
Initializes a new instance of the SensitivityLabel class. |
SensitivityLabel(String, String, Nullable<Rank>, Nullable<Int32>, Nullable<Boolean>) |
Initializes a new instance of the SensitivityLabel class. |
Properties
Description |
Gets or sets the description of the sensitivity label. |
DisplayName |
Gets or sets the name of the sensitivity label. |
Enabled |
Gets or sets indicates whether the label is enabled or not. |
Order |
Gets or sets the order of the sensitivity label. |
Rank |
Gets or sets the rank of the sensitivity label. Possible values include: 'None', 'Low', 'Medium', 'High', 'Critical' |
Extension Methods
ConverToPSType(SensitivityLabel) |