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

AuthenticationStandardLogonParameters.WritePropertyValues(SettingsStorage) Method

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v19.2.dll

Declaration

public void WritePropertyValues(
    SettingsStorage storage
)

Parameters

Name Type Description
storage DevExpress.ExpressApp.Utils.SettingsStorage

A SettingsStorage object storing values.

Remarks

This method provides the ICustomObjectSerialize support.

See Also