SecuritySystemUserBase.UserName Property
Specifies the user’s login name.
Namespace: DevExpress.ExpressApp.Security.Strategy
Assembly: DevExpress.ExpressApp.Security.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security.Xpo
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