FileResultSegment.Results Property

Definition

Gets an enumerable collection of IListFileItem results.

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

Property Value

An enumerable collection of results.

Applies to