Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets an enumerable collection of CloudQueue results.

Namespace:   Microsoft.WindowsAzure.Storage.Queue
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public IEnumerable<CloudQueue> Results { get; private set; }
 
public:
property IEnumerable<CloudQueue^>^ Results {
	IEnumerable<CloudQueue^>^ get();
	private: void set(IEnumerable<CloudQueue^>^ value);
}
 
member Results : IEnumerable<CloudQueue> with get, private set
 
Public Property Results As IEnumerable(Of CloudQueue)
	Get
	Private Set
End Property
Return to top