C#C++F#VB
CloudQueueClient.Credentials PropertyCloudQueueClient::Credentials PropertyCloudQueueClient.Credentials PropertyCloudQueueClient.Credentials Property
Gets the account credentials used to create the Queue service client.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property StorageCredentials^ Credentials { StorageCredentials^ get(); private: void set(StorageCredentials^ value); }