Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the CloudBlobClient object that represents the Blob service.

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

Syntax

 
CloudBlobClient ServiceClient { get; }
 
property CloudBlobClient^ ServiceClient {
	CloudBlobClient^ get();
}
 
abstract ServiceClient : CloudBlobClient with get
 
ReadOnly Property ServiceClient As CloudBlobClient
Return to top