Click or drag to resize

IAutosaveEnabledVAR_RegisterForAutosave Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets a value indicating whether the instance should be registered for autosave call on application close

Namespace:  imbSCI.Data.interfaces
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
bool VAR_RegisterForAutosave { get; }
Request Example View Source

Property Value

Type: Boolean
true if [variable register for autosave]; otherwise, false.
See Also