Share via


QueueInner.MaxDeliveryCount Property

Definition

Gets or sets the maximum delivery count. A message is automatically deadlettered after this number of deliveries.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maxDeliveryCount")]
public int? MaxDeliveryCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maxDeliveryCount")>]
member this.MaxDeliveryCount : Nullable<int> with get, set
Public Property MaxDeliveryCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to