Share via


ISbSubscription.DeadLetteringOnFilterEvaluationException Property

Definition

Value that indicates whether a subscription has dead letter support on filter evaluation exceptions.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="Value that indicates whether a subscription has dead letter support on filter evaluation exceptions.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="deadLetteringOnFilterEvaluationExceptions")]
public bool? DeadLetteringOnFilterEvaluationException { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="Value that indicates whether a subscription has dead letter support on filter evaluation exceptions.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="deadLetteringOnFilterEvaluationExceptions")>]
member this.DeadLetteringOnFilterEvaluationException : Nullable<bool> with get, set
Public Property DeadLetteringOnFilterEvaluationException As Nullable(Of Boolean)

Property Value

Attributes

Applies to