Options.SaveInterval Property

Returns or sets the time interval in minutes for saving AutoRecover information.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property SaveInterval As Integer
    Get
    Set
'Usage
Dim instance As Options
Dim value As Integer

value = instance.SaveInterval

instance.SaveInterval = value
int SaveInterval { get; set; }

Property Value

Type: System.Int32

Remarks

Set the SaveInterval property to 0 (zero) to turn off saving AutoRecover information.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace