Skip to main content
A newer version of this page is available. .
Tab

UploadControlAzureSettings.AccessKey Property

OBSOLETE

Use the AccountManager class API and the AccountName property instead. For more information, refer to the http://help.devexpress.com/#AspNet/CustomDocument117605(Cloud Storage Account Management) topic.

Specifies the access key of an Azure account.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
[Obsolete("Use the AccountManager class API and the AccountName property instead. For more information, refer to the http://help.devexpress.com/#AspNet/CustomDocument117605(Cloud Storage Account Management) topic.")]
public string AccessKey { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that is the access key.

Property Paths

You can access this nested property as listed below:

Remarks

Specify the UploadControlAzureSettings.StorageAccountName and AccessKey properties to provide your application with access to an Azure account.

See Also