InformationProtectionPolicyProperties 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.
describes properties of an information protection policy.
public class InformationProtectionPolicyProperties
type InformationProtectionPolicyProperties = class
Public Class InformationProtectionPolicyProperties
- Inheritance
-
InformationProtectionPolicyProperties
Constructors
InformationProtectionPolicyProperties() |
Initializes a new instance of the InformationProtectionPolicyProperties class. |
InformationProtectionPolicyProperties(Nullable<DateTime>, String, IDictionary<String,SensitivityLabel>, IDictionary<String,InformationType>) |
Initializes a new instance of the InformationProtectionPolicyProperties class. |
Properties
InformationTypes |
Gets or sets the sensitivity information types. |
Labels |
Gets or sets dictionary of sensitivity labels. |
LastModifiedUtc |
Gets describes the last UTC time the policy was modified. |
Version |
Gets describes the version of the policy. |