Share via


IRuleproperties.SqlFilterSqlExpression Property

Definition

The SQL expression. e.g. MyProperty='ABC'

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="The SQL expression. e.g. MyProperty='ABC'", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sqlExpression", Update=true)]
public string SqlFilterSqlExpression { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="The SQL expression. e.g. MyProperty='ABC'", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sqlExpression", Update=true)>]
member this.SqlFilterSqlExpression : string with get, set
Public Property SqlFilterSqlExpression As String

Property Value

Attributes

Applies to