Gets an enumerable collection of
CloudTable results.
Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As TableResultSegment
Dim value As IList(Of CloudTable)
value = instance.Results
|
Syntax
Visual Basic |
---|
Public Property Results As IList(Of CloudTable) |
C# |
---|
public IList<CloudTable> Results { get; } |
C++ |
---|
public:
property IList<CloudTable^>^ Results {
IList<CloudTable^>^ get ();
} |
J# |
---|
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public IList<CloudTable> get_Results ()
|
JScript |
---|
CompilerGeneratedAttribute
public function get Results () : IList<CloudTable>
|
Property Value
An enumerable collection of
CloudTable objects.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also