SecurityStrategy.UserId Property
An identifier of the current user.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v19.2.dll
Declaration
public override object UserId { get; }
Public Overrides ReadOnly Property UserId As Object
public override object UserId { get; }
Public Overrides ReadOnly Property UserId As Object
public override object UserId { get; }
Public Overrides ReadOnly Property UserId As Object
Property Value
Type |
Description |
Object |
An object that is the current user's unique identifier.
|
Property Value
Type |
Description |
Object |
An object that is the current user's unique identifier.
|
Property Value
Type |
Description |
Object |
An object that is the current user's unique identifier.
|
See Also