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

    ISecurityStrategyBase.LogonObjectSpace Property

    Gets the Object Space used to log on the current user.

    Namespace: DevExpress.ExpressApp.Security

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    IObjectSpace LogonObjectSpace { get; }

    Property Value

    Type Description
    IObjectSpace

    The Object Space used to log on the current user.

    See Also