C#
C++
F#
VB
ResultSegment<TElement>.Results Property
ResultSegment<TElement>::Results Property
ResultSegment<'TElement>.Results Property
ResultSegment(Of TElement).Results Property
Gets an enumerable collection of results.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property List<TElement>^ Results { List<TElement>^ get(); internal: void set(List<TElement>^ value); }
Property Value
Type: System.Collections.Generic.List<TElement>System.Collections.Generic::List<TElement>^System.Collections.Generic.List<'TElement>System.Collections.Generic.List(Of TElement)An enumerable collection of results of type TElement.
See Also
ResultSegment<TElement><TElement><'TElement>(Of TElement) Class
Microsoft.WindowsAzure.Storage Namespace