Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the blob's name.

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

Syntax

 
string Name { get; }
 
property String^ Name {
	String^ get();
}
 
abstract Name : string with get
 
ReadOnly Property Name As String

Property Value

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

A string containing the name of the blob.

Return to top