C#
C++
F#
VB
CloudBlob.Name Property
CloudBlob::Name Property
CloudBlob.Name Property
CloudBlob.Name Property
Gets the name of the blob.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property String^ Name { virtual String^ get() sealed; private: virtual void set(String^ value) sealed; }
abstract Name : string with get, private set override Name : string with get, private set
Property Value
Type: System.StringSystem::String^System.StringSystem.StringA string containing the name of the blob.