Skip to main content
All docs
V23.2
.NET 6.0+

ISecurityStrategyBase.UserId Property

An identifier of the current user.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

object UserId { get; }

Property Value

Type Description
Object

An identifier of the current user.

Remarks

The following help topics demonstrate how to use this property:

See Also