Skip to main content
A newer version of this page is available. .
Tab

OneDriveFileSystemProviderBase.AccountName Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public string AccountName { get; set; }

Property Value

Type Description
String

A string value that specifies the account name.

See Also