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