Share via


ISbTopic.SupportOrdering Property

Definition

Value that indicates whether the topic supports ordering.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="Value that indicates whether the topic supports ordering.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="supportOrdering", Update=true)]
public bool? SupportOrdering { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="Value that indicates whether the topic supports ordering.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="supportOrdering", Update=true)>]
member this.SupportOrdering : Nullable<bool> with get, set
Public Property SupportOrdering As Nullable(Of Boolean)

Property Value

Attributes

Applies to