CloudBlobContainer.ServiceClient Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlobContainer.ServiceClient Property
CloudBlobContainer::ServiceClient Property
CloudBlobContainer.ServiceClient Property
CloudBlobContainer.ServiceClient Property
Gets the Blob service client for the container.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property CloudBlobClient^ ServiceClient {
CloudBlobClient^ get();
private: void set(CloudBlobClient^ value);
}
Return to top
Gets the Blob service client for the container.
Syntax
C++
public: property CloudBlobClient^ ServiceClient { CloudBlobClient^ get(); private: void set(CloudBlobClient^ value); }