Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets an enumerable collection of results.

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

Syntax

 
public List<TElement> Results { get; internal set; }
 
public:
property List<TElement>^ Results {
	List<TElement>^ get();
	internal: void set(List<TElement>^ value);
}
 
member Results : List<'TElement> with get, internal set
 
Public Property Results As List(Of TElement)
	Get
	Friend Set
End Property
Return to top