Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

TableResultSegment.Results Property (Microsoft.WindowsAzure.Storage.Table)

Gets an enumerable collection of CloudTable results.

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

Syntax

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