Share via


QueueInner.SupportOrdering Property

Definition

Gets or sets a value that indicates whether the queue supports ordering.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to