CloudFile.Parent Property

Definition

Gets the CloudFileDirectory object representing the parent directory for the file.

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

Property Value

A CloudFileDirectory object.

Implements

Applies to