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