BlobResultSegment.Results Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
BlobResultSegment.Results Property
BlobResultSegment::Results Property
BlobResultSegment.Results Property
BlobResultSegment.Results Property
Gets an enumerable collection of IListBlobItem results.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
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.
Return to top
Gets an enumerable collection of IListBlobItem results.
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.