Gets an enumerable collection of
CloudQueue results.
Namespace: Microsoft.WindowsAzure.Storage.Queue
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As QueueResultSegment
Dim value As IEnumerable(Of CloudQueue)
value = instance.Results
|
Syntax
Visual Basic |
---|
Public Property Results As IEnumerable(Of CloudQueue) |
C# |
---|
public IEnumerable<CloudQueue> Results { get; } |
C++ |
---|
public:
property IEnumerable<CloudQueue^>^ Results {
IEnumerable<CloudQueue^>^ get ();
} |
J# |
---|
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public IEnumerable<CloudQueue> get_Results ()
|
JScript |
---|
CompilerGeneratedAttribute
public function get Results () : IEnumerable<CloudQueue>
|
Property Value
An enumerable collection of
CloudQueue objects.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also