Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

LastLogonParametersReadingEventArgs.LogonObject Property

Specifies the object that specifies the logon parameters to be displaed in a logon Window.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public object LogonObject { get; }

Property Value

Type Description
Object

An object that represents the last logon parameters loaded from a storage.

Remarks

Set custom values to properties of the object returned by this property. These values can be loaded via the special object specified by the LastLogonParametersReadingEventArgs.SettingsStorage property.

See Also