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

SecurityUserBase.UserName Property

Specifies the user’s login name.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.Xpo.v18.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