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)

Usage

Dim options1 As Options

Dim returnValue As Integer
returnValue = options1.SaveInterval

Dim sampleValue As Integer
options1.SaveInterval = sampleValue

Syntax

Property SaveInterval() As Integer
int SaveInterval {get; set;}
property Int32 SaveInterval{
    Int32 get();
    Void set(Int32);
}
public int get_SaveInterval();
public void set_SaveInterval(int);
function get SaveInterval() : int;
function set SaveInterval(int);

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Options Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Options Members