ApplicationSettingsAutoRecoverInterval Property |
Get or set the interval for automatic backup of recovery data.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract int AutoRecoverInterval { get; set; }
Public MustOverride Property AutoRecoverInterval As Integer
Get
Set
Property Value
Type:
Int32
Interval (minutes) for automatic backup of recovery data.
Remarks
You can specify a value from 1 to 120.
See Also