Skip to main content
.NET 6.0+

LoggingOffEventArgs.LogonParameters Property

Specifies the Security System‘s logon parameters.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public object LogonParameters { get; }

Property Value

Type Description
Object

An Object representing the logon parameters used by the security system.

See Also