Discuss this help topic in SecureBlackbox Forum
Specifies Microsoft Azure account key.
Declaration
[C#/Java]
string AccountKey;
[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)
Description
Use this property to specify account key.
Discuss this help topic in SecureBlackbox Forum