Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets a reference to a block blob in this container.

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

Syntax

 
public CloudBlockBlob GetBlockBlobReference(
	string blobName
)
 
public:
CloudBlockBlob^ GetBlockBlobReference(
	String^ blobName
)
 
member GetBlockBlobReference : 
        blobName:string -> CloudBlockBlob
 
Public Function GetBlockBlobReference (
	blobName As String
) As CloudBlockBlob

Parameters

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

A string containing the name of the block blob.

Return to top