API:Data.Cloud.AmazonAPI.TAmazonConnectionInfo.AccountName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AccountName: string read GetAccountName write FAccountName default 0;

C++

__property AccountName = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonConnectionInfo

Description

Specifies the account name used for authentication with the service.

Data.Cloud.AmazonAPI.TAmazonConnectionInfo.AccountName inherits from Data.Cloud.CloudAPI.TCloudConnectionInfo.AccountName. All content below this line refers to Data.Cloud.CloudAPI.TCloudConnectionInfo.AccountName.

Specifies the account name used for authentication with the service.

See Also