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