Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets an enumerable collection of IListBlobItem results.

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

Syntax

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