QueueResultSegment.Results Property

Definition

Gets an enumerable collection of CloudQueue results.

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

Property Value

An enumerable collection of CloudQueue objects.

Applies to