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

SecuritySystemUserBase.UserName Property

Specifies the user’s login name.

Namespace: DevExpress.ExpressApp.Security.Strategy

Assembly: DevExpress.ExpressApp.Security.Xpo.v21.1.dll

Declaration

[RuleRequiredField("SecuritySystemUser_UserName_RuleRequiredField", DefaultContexts.Save)]
[RuleUniqueValue("SecuritySystemUser_UserName_RuleUniqueValue", DefaultContexts.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