C#C++F#VB
CloudQueue.ServiceClient PropertyCloudQueue::ServiceClient PropertyCloudQueue.ServiceClient PropertyCloudQueue.ServiceClient Property
Gets the CloudQueueClient object that represents the Queue service.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property CloudQueueClient^ ServiceClient { CloudQueueClient^ get(); private: void set(CloudQueueClient^ value); }