DSAzure.TAzureConnectionString.AccountKey

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 AccountKey: string read FAccountKey write FAccountKey;

C++

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

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