Skip to main content
Tab

AzureFileSystemProvider.StorageAccountName Property

OBSOLETE

Use the AccountManager class API and the AccountName property instead.

Use the AccountManager class API and the AccountName property instead. For more information, refer to the Cloud Storage Account Management topic.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use the AccountManager class API and the AccountName property instead.")]
public string StorageAccountName { get; set; }

Property Value

Type Description
String

A string value that is the storage account name.

Remarks

Specifies the name of an Azure storage account.

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

To learn more, see the Azure File System Provider topic.

See Also