FileHandleResultSegment.Results Property

Definition

Gets an enumerable collection of FileHandle results.

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.File.FileHandle> Results { get; }
member this.Results : seq<Microsoft.Azure.Storage.File.FileHandle>
Public ReadOnly Property Results As IEnumerable(Of FileHandle)

Property Value

An enumerable collection of FileHandle objects.

Applies to