Back to Devexpress

UploadControlOneDriveSettings.AccountName Property

aspnet-devexpress-dot-web-dot-uploadcontrolonedrivesettings.md

latest2.0 KB
Original Source

UploadControlOneDriveSettings.AccountName Property

Gets or sets a value that specifies the name of the OneDrive 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:

LibraryObject TypePath to AccountName
ASP.NET MVC ExtensionsUploadControlBinderSettings

.OneDriveSettings .AccountName

| | UploadControlSettings |

.OneDriveSettings .AccountName

| | ASP.NET Web Forms Controls | ASPxUploadControl |

.OneDriveSettings .AccountName

|

See Also

UploadControlOneDriveSettings Class

UploadControlOneDriveSettings Members

DevExpress.Web Namespace