StorageCredentials.AccountName Property (Microsoft.WindowsAzure.Storage.Auth)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
StorageCredentials.AccountName Property
StorageCredentials::AccountName Property
StorageCredentials.AccountName Property
StorageCredentials.AccountName Property
Gets the associated account name for the credentials.
Namespace:
Microsoft.WindowsAzure.Storage.Auth
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property String^ AccountName {
String^ get();
private: void set(String^ value);
}
Return to top
Gets the associated account name for the credentials.
Syntax
C++
public: property String^ AccountName { String^ get(); private: void set(String^ value); }