QueueDescription.EnableDeadLetteringOnMessageExpiration Property
Definition
Gets or sets a value that indicates whether this queue has dead letter support when a message expires.
public bool EnableDeadLetteringOnMessageExpiration { get; set; }
member this.EnableDeadLetteringOnMessageExpiration : bool with get, set
Public Property EnableDeadLetteringOnMessageExpiration As Boolean
Property Value
true if the queue has a dead letter support when a message expires; otherwise, false.