Data.Cloud.AzureAPI.TAzureConnectionInfo.AccountKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AccountKey: string read GetAccountKey write SetAccountKey default 0;

C++

__property AccountKey = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureConnectionInfo

Description

Specifies the account key or password used for authenticating the service.

Data.Cloud.AzureAPI.TAzureConnectionInfo.AccountKey inherits from Data.Cloud.CloudAPI.TCloudConnectionInfo.AccountKey. All content below this line refers to Data.Cloud.CloudAPI.TCloudConnectionInfo.AccountKey.

Specifies the account key or password used for authenticating the service.

See Also