Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorage.AccountName

TElWinAzureDataStorage     See also     


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


Specifies Microsoft Azure account name.

Declaration

[C#]
    string AccountName;

[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.

See also:     AccountKey    

Discuss this help topic in SecureBlackbox Forum