Sdílet prostřednictvím


ISqlFilter.CompatibilityLevel Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="compatibilityLevel", Update=true)]
public int? CompatibilityLevel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="compatibilityLevel", Update=true)>]
member this.CompatibilityLevel : Nullable<int> with get, set
Public Property CompatibilityLevel As Nullable(Of Integer)

Property Value

Attributes

Applies to