C#C++F#VB
TableResultSegment.Results PropertyTableResultSegment::Results PropertyTableResultSegment.Results PropertyTableResultSegment.Results Property
Gets an enumerable collection of CloudTable results.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property IList<CloudTable^>^ Results { IList<CloudTable^>^ get(); internal: void set(IList<CloudTable^>^ value); }
Property Value
Type: System.Collections.Generic.IList<CloudTable>System.Collections.Generic::IList<CloudTable^>^System.Collections.Generic.IList<CloudTable>System.Collections.Generic.IList(Of CloudTable)An enumerable collection of CloudTable objects.