Skip to main content

HttpBasicAuthenticationInfo.Password Property

Specifies a password.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v23.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

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

Property Value

Type Default Description
String String.Empty

A password.

See Also