RetentionPeriodUnits 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.
Change Tracking Retention Period Units
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[System.Flags]
public enum RetentionPeriodUnits
type RetentionPeriodUnits =
Public Enum RetentionPeriodUnits
- Inheritance
-
RetentionPeriodUnits
- Attributes
Fields
| Days | 3 | Days |
| Hours | 2 | Hours |
| Minutes | 1 | Minutes |
| None | 0 | InvalidUnits |