QueueResultSegment.Results Property (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
QueueResultSegment.Results Property
QueueResultSegment::Results Property
QueueResultSegment.Results Property
QueueResultSegment.Results Property
Gets an enumerable collection of CloudQueue results.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property IEnumerable<CloudQueue^>^ Results {
IEnumerable<CloudQueue^>^ get();
private: void set(IEnumerable<CloudQueue^>^ value);
}
Property Value
Type:
System.Collections.Generic.IEnumerable<CloudQueue>System.Collections.Generic::IEnumerable<CloudQueue^>^System.Collections.Generic.IEnumerable<CloudQueue>System.Collections.Generic.IEnumerable(Of CloudQueue)An enumerable collection of CloudQueue objects.
Return to top
Gets an enumerable collection of CloudQueue results.
Syntax
C++
public: property IEnumerable<CloudQueue^>^ Results { IEnumerable<CloudQueue^>^ get(); private: void set(IEnumerable<CloudQueue^>^ value); }
Property Value
Type: System.Collections.Generic.IEnumerable<CloudQueue>System.Collections.Generic::IEnumerable<CloudQueue^>^System.Collections.Generic.IEnumerable<CloudQueue>System.Collections.Generic.IEnumerable(Of CloudQueue)An enumerable collection of CloudQueue objects.