Aracılığıyla paylaş


ISbTopic.SupportOrdering Property

Definition

Value that indicates whether the topic supports ordering.

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

Property Value

Attributes

Applies to