Back to Devexpress

FileManagerGoogleDriveProviderSettings.AccountName Property

aspnet-devexpress-dot-web-dot-filemanagergoogledriveprovidersettings.md

latest1.5 KB
Original Source

FileManagerGoogleDriveProviderSettings.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:

Object TypePath to AccountName
ASPxFileManager

.SettingsGoogleDrive .AccountName

|

See Also

FileManagerGoogleDriveProviderSettings Class

FileManagerGoogleDriveProviderSettings Members

DevExpress.Web Namespace