ListQueuesResponse.Queues Property

Definition

Gets an enumerable collection of QueueEntry objects from the response.

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Queue.Protocol.QueueEntry> Queues { get; }
member this.Queues : seq<Microsoft.Azure.Storage.Queue.Protocol.QueueEntry>
Public ReadOnly Property Queues As IEnumerable(Of QueueEntry)

Property Value

An enumerable collection of QueueEntry objects.

Applies to