Skip to main content
All docs
V25.1
  • .NET 8.0+

    ISecurityStrategyBase.UserId Property

    An identifier of the current user.

    Namespace: DevExpress.ExpressApp.Security

    Assembly: DevExpress.ExpressApp.v25.1.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