CompatibilityLevel 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.
An enum that describes the version to keep compatibility with.
public enum CompatibilityLevel
type CompatibilityLevel =
Public Enum CompatibilityLevel
- Inheritance
-
CompatibilityLevel
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Use all the latest version behavior. |
Version_2_20 | 1 | Maintain compatibility with v2.20 if possible |
Version_3_0 | 2 | Maintain compatibility with v3.0 if possible |