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

IAuthenticationActiveDirectoryUser.UserName Property

Specifies the user’s login name.

Namespace: DevExpress.Persistent.Base.Security

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

string UserName { get; set; }

Property Value

Type Description
String

A string which is the user’s login name.

Remarks

With the AuthenticationActiveDirectory authentication, user names look like “DOMAINNAME\UserName“.

See Also