Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the CloudFileClient object that represents the File service.

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

Syntax

 
public CloudFileClient ServiceClient { get; private set; }
 
public:
property CloudFileClient^ ServiceClient {
	CloudFileClient^ get();
	private: void set(CloudFileClient^ value);
}
 
member ServiceClient : CloudFileClient with get, private set
 
Public Property ServiceClient As CloudFileClient
	Get
	Private Set
End Property
Return to top