Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IAuthenticationStandardUser.UserName Property

Specifies the user’s login name.

Namespace: DevExpress.Persistent.Base.Security

Assembly: DevExpress.Persistent.Base.v21.1.dll

Declaration

string UserName { get; }

Property Value

Type Description
String

A string which is the user’s login name.

See Also