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