TopicInner.SupportOrdering Property

Definition

Gets or sets value that indicates whether the topic 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