Discuss this help topic in SecureBlackbox Forum
Specifies Microsoft Azure account key.
Declaration
[VB.NET]
Property AccountKey As String
[Pascal]
property AccountKey : string;
[C++]
void get_AccountKey(std::string &OutResult);
void set_AccountKey(const std::string &Value);
[PHP]
string get_AccountKey()
void set_AccountKey(string $Value)
[Java]
String getAccountKey();
void setAccountKey(String Value);
Description
Use this property to specify account key.
Discuss this help topic in SecureBlackbox Forum