DSAzure.TAzureConnectionString.AccountName
Delphi
property AccountName: string read FAccountName write FAccountName;
C++
__property System::UnicodeString AccountName = {read=FAccountName, write=FAccountName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | DSAzure.pas DSAzure.hpp |
DSAzure | TAzureConnectionString |
Description
Account name for the storage account.
AccountName is a published property that holds the account name of the storage account for which the TAzureConnectionString is available.