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

HttpBasicAuthenticationInfo.Password Property

Specifies a password.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v20.2.dll

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

Declaration

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

Property Value

Type Default Description
String String.Empty

A password.

See Also