Share via


CompatibilityLevel Enum

Definition

An enum that describes the version to keep compatibility with.

public enum CompatibilityLevel
type CompatibilityLevel = 
Public Enum CompatibilityLevel
Inheritance
CompatibilityLevel

Fields

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

Applies to