Skip to main content

CustomCreateUserEventArgs.UserName Property

Gets the login name of the auto-created user.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v25.2.dll

NuGet Package: DevExpress.ExpressApp.Security

Declaration

public string UserName { get; }

Property Value

Type Description
String

A string which is the login name of the auto-created user.

See Also