ResultSegment(TElement).Results Property (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
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.
Namespace:
Microsoft.WindowsAzure.Storage
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
Return to top
Gets an enumerable collection of results.
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