Discuss this help topic in SecureBlackbox Forum
Contains the app key.
Declaration
[VB.NET]
Property AppKey As String
[Pascal]
property AppKey : string;
[C++]
void get_AppKey(std::string &OutResult);
void set_AppKey(const std::string &Value);
[PHP]
string get_AppKey()
void set_AppKey(string $Value)
[Java]
String getAppKey();
void setAppKey(String Value);
Description
Use this property to specify the Dropbox app key.
Discuss this help topic in SecureBlackbox Forum