Skip to main content

HttpBasicAuthenticationInfo.Username Property

Specifies a username.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v22.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

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

Property Value

Type Default Description
String String.Empty

A username.

See Also