Discuss this help topic in SecureBlackbox Forum
Specifies Microsoft Azure account name.
Declaration
[VB.NET]
Property AccountName As String
[Pascal]
property AccountName : string;
[C++]
void get_AccountName(std::string &OutResult);
void set_AccountName(const std::string &Value);
[PHP]
string get_AccountName()
void set_AccountName(string $Value)
[Java]
String getAccountName();
void setAccountName(String Value);
Description
Use this property to specify account name.
Discuss this help topic in SecureBlackbox Forum