Share via


SBSubscription.DeadLetteringOnFilterEvaluationExceptions Property

Definition

Gets or sets value that indicates whether a subscription has dead letter support on filter evaluation exceptions.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.deadLetteringOnFilterEvaluationExceptions")]
public bool? DeadLetteringOnFilterEvaluationExceptions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.deadLetteringOnFilterEvaluationExceptions")>]
member this.DeadLetteringOnFilterEvaluationExceptions : Nullable<bool> with get, set
Public Property DeadLetteringOnFilterEvaluationExceptions As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to