Skip to main content
.NET 6.0+

SecuritySystemUserBase.UserName Property

Specifies the user’s login name.

Namespace: DevExpress.ExpressApp.Security.Strategy

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