ISecurityStrategyBase.LogonObjectSpace Property
In This Article
Gets the Object Space used to log on the current user.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
IObjectSpace LogonObjectSpace { get; }
#Property Value
Type | Description |
---|---|
IObject |
The Object Space used to log on the current user. |
See Also