DSAzure.TAzureConnectionString.AccountKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AccountKey: string read FAccountKey write FAccountKey;

C++

__property System::UnicodeString AccountKey = {read=FAccountKey, write=FAccountKey};

Properties

Type Visibility Source Unit Parent
property published
DSAzure.pas
DSAzure.hpp
DSAzure TAzureConnectionString

Description

Account key for the storage account.

AccountKey is a published property that holds the account key of the storage account for which the TAzureConnectionString is available.

See Also