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

Represents the name of an account.

The AccountName property represents the account access key ID of an Amazon account. The AccountName is an alphanumeric sequence that can be 20 characters long; for example:

 022QF06E7MXBSH9DHM02

See Also