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

HttpBasicAuthenticationInfo.Username Property

Specifies a username.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

[DefaultValue("")]
public string Username { get; set; }

Property Value

Type Default Description
String String.Empty

A username.

See Also