Share via


IAction.SqlExpression Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="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 SqlExpression { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="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.SqlExpression : string with get, set
Public Property SqlExpression As String

Property Value

Attributes

Applies to