Skip to main content
Tab

AmazonAccount.AccessKeyID Property

Specifies the access key ID of your AWS account.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string AccessKeyID { get; }

Property Value

Type Description
String

A string value that is the access key ID.

Remarks

To learn more, see the Cloud Storage Account Management topic.

See Also