Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorage.AccountKey

TElWinAzureDataStorage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies Microsoft Azure account key.

Declaration

[C#]
    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)

[Java]
    String getAccountKey();
    void setAccountKey(String Value);

Description

    Use this property to specify account key.

See also:     AccountName    

Discuss this help topic in SecureBlackbox Forum