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