ChangeTrackingOption 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.
The possible change tracking options.
public enum ChangeTrackingOption
type ChangeTrackingOption =
Public Enum ChangeTrackingOption
- Inheritance
-
ChangeTrackingOption
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | |
Auto | 1 | |
Manual | 2 | |
Off | 3 | |
OffNoPopulation | 4 |