QueueSettings.SupportOrdering Property

 

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

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

[DataMemberAttribute(Order = 12)]
public Nullable<bool> SupportOrdering { get; set; }

Property Value

Type: System.Nullable<Boolean>

true if the queue supports ordering; otherwise, false.

Return to top
Show: