DSAzure.TAzureConnectionString.AccountName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureConnectionString

Delphi

property AccountName: string read FAccountName write FAccountName;

C++

__property System::UnicodeString AccountName = {read=FAccountName, write=FAccountName};

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.

See Also