CloudBlob.Parent Property

Definition

Gets the CloudBlobDirectory object representing the virtual parent directory for the blob.

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

Property Value

A CloudBlobDirectory object.

Implements

Applies to