ListSharesResponse.Shares Property

Definition

Gets an enumerable collection of FileShareEntry objects from the response.

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

Property Value

An enumerable collection of FileShareEntry objects.

Applies to