Share via


Action.CompatibilityLevel Property

Definition

Gets or sets this property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.

[Newtonsoft.Json.JsonProperty(PropertyName="compatibilityLevel")]
public int? CompatibilityLevel { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="compatibilityLevel")>]
member this.CompatibilityLevel : Nullable<int> with get, set
Public Property CompatibilityLevel As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to