Skip to main content
.NET 6.0+

SecuritySystem.CurrentUserId Property

Gets the unique identifier of the current user.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static object CurrentUserId { get; }

Property Value

Type Description
Object

An object which is the unique identifier of the current user.

See Also