Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As TableQuerySegment
Dim value As IList(Of DynamicTableEntity)
value = instance.Results
|
Syntax
Visual Basic |
---|
Public Property Results As IList(Of DynamicTableEntity) |
C# |
---|
public IList<DynamicTableEntity> Results { get; } |
C++ |
---|
public:
property IList<DynamicTableEntity^>^ Results {
IList<DynamicTableEntity^>^ get ();
} |
J# |
---|
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public IList<DynamicTableEntity> get_Results ()
|
JScript |
---|
CompilerGeneratedAttribute
public function get Results () : IList<DynamicTableEntity>
|
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