Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the name of the blob.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public string Name { get; private set; }
 
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
 
Public Property Name As String
	Get
	Private Set
End Property

Property Value

Type: System.StringSystem::String^System.StringSystem.String

A string containing the name of the blob.

Return to top