Skip to main content
.NET 6.0+

SecurityUserBase.UserName Property

Specifies the user’s login name.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.Xpo.v23.2.dll

Declaration

[RuleRequiredField("UserName is required", "Save", "The user name must not be empty")]
[RuleUniqueValue("UserName should be unique", "Save", "The login with the entered user name was already registered within the system")]
public string UserName { get; set; }

Property Value

Type Description
String

A string which is the user’s login name.

See Also