Skip to main content
Tab

OneDriveFileSystemProviderBase.AccountName Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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