CloudBlob.Parent Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlob.Parent Property
CloudBlob::Parent Property
CloudBlob.Parent Property
CloudBlob.Parent Property
Gets the CloudBlobDirectory object representing the virtual parent directory for the blob.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property CloudBlobDirectory^ Parent {
virtual CloudBlobDirectory^ get() sealed;
}
abstract Parent : CloudBlobDirectory with get
override Parent : CloudBlobDirectory with get
Return to top
Gets the CloudBlobDirectory object representing the virtual parent directory for the blob.
Syntax
C++
public: property CloudBlobDirectory^ Parent { virtual CloudBlobDirectory^ get() sealed; }
abstract Parent : CloudBlobDirectory with get override Parent : CloudBlobDirectory with get