Click or drag to resize

modelRecordBaseVAR_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.DataComplex.data.modelRecords
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public virtual bool VAR_RegisterForAutosave { get; }
Request Example View Source

Property Value

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

Implements

IAutosaveEnabledVAR_RegisterForAutosave
See Also