Back to Devexpress

UploadControlGoogleDriveSettings.AccountName Property

aspnet-devexpress-dot-web-dot-uploadcontrolgoogledrivesettings.md

latest2.0 KB
Original Source

UploadControlGoogleDriveSettings.AccountName Property

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

.GoogleDriveSettings .AccountName

| | UploadControlSettings |

.GoogleDriveSettings .AccountName

| | ASP.NET Web Forms Controls | ASPxUploadControl |

.GoogleDriveSettings .AccountName

|

See Also

UploadControlGoogleDriveSettings Class

UploadControlGoogleDriveSettings Members

DevExpress.Web Namespace