Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the name of the block.

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

Syntax

 
public string Name { get; internal set; }
 
public:
property String^ Name {
	String^ get();
	internal: void set(String^ value);
}
 
member Name : string with get, internal set
 
Public Property Name As String
	Get
	Friend Set
End Property

Property Value

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

The block name.

Return to top