ShareResultSegment.Results Property

Definition

Gets an enumerable collection of CloudFileShare results.

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

Property Value

An enumerable collection of results.

Applies to