CloudFileDirectory.Share Property

Definition

Gets a CloudFileShare object that represents the share for the directory.

public Microsoft.Azure.Storage.File.CloudFileShare Share { get; }
member this.Share : Microsoft.Azure.Storage.File.CloudFileShare
Public ReadOnly Property Share As CloudFileShare

Property Value

A CloudFileShare object.

Implements

Applies to