SubscriptionInner.DeadLetteringOnMessageExpiration Property

Definition

Gets or sets value that indicates whether a subscription has dead letter support when a message expires.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to