Share via


SubscriptionProperties.DeadLetteringOnMessageExpiration Property

Definition

Indicates whether this subscription has dead letter support when a message expires.

public bool DeadLetteringOnMessageExpiration { get; set; }
member this.DeadLetteringOnMessageExpiration : bool with get, set
Public Property DeadLetteringOnMessageExpiration As Boolean

Property Value

Remarks

If true, the expired messages are moved to dead-letter subqueue. Default value is false.

Applies to