Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Flags the describe the type of classification property.
Syntax
typedef enum _FsrmPropertyDefinitionFlags {
FsrmPropertyDefinitionFlags_Global = 0x1,
FsrmPropertyDefinitionFlags_Deprecated = 0x2,
FsrmPropertyDefinitionFlags_Secure = 0x4
} FsrmPropertyDefinitionFlags;
Constants
FsrmPropertyDefinitionFlags_Global Value: 0x1 The FSRM classification property definition is defined globally, using group policy. |
FsrmPropertyDefinitionFlags_Deprecated Value: 0x2 The FSRM classification property definition is deprecated. |
FsrmPropertyDefinitionFlags_Secure Value: 0x4 The FSRM classification property definition is used for security purposes. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Header | fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h) |