Back to Devexpress

FileManagerAmazonProviderSettings.AccountName Property

aspnet-devexpress-dot-web-dot-filemanageramazonprovidersettings.md

latest1.7 KB
Original Source

FileManagerAmazonProviderSettings.AccountName Property

Gets or sets a value that specifies the name of the Amazon account.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string AccountName { get; set; }
vb
<DefaultValue("")>
Public Property AccountName As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value that specifies the account name.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AccountName
ASPxFileManager

.SettingsAmazon .AccountName

| | HtmlEditorFileManagerSettingsBase |

.SettingsAmazon .AccountName

|

See Also

FileManagerAmazonProviderSettings Class

FileManagerAmazonProviderSettings Members

DevExpress.Web Namespace