CloudBlob.Name Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlob.Name Property
CloudBlob::Name Property
CloudBlob.Name Property
CloudBlob.Name Property
Gets the name of the blob.
Namespace:
Microsoft.WindowsAzure.Storage.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.
Return to top
Gets the name of the blob.
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.