Share via


WorkbookModelInfo.SessionInteractivityTimeout property

Session timeout

Namespace:  Microsoft.Office.Excel.Server.WebServices
Assembly:  Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)

Syntax

'Declaration
Public Property SessionInteractivityTimeout As Integer
    Get
    Set
'Usage
Dim instance As WorkbookModelInfo
Dim value As Integer

value = instance.SessionInteractivityTimeout

instance.SessionInteractivityTimeout = value
public int SessionInteractivityTimeout { get; set; }

Property value

Type: System.Int32

See also

Reference

WorkbookModelInfo class

WorkbookModelInfo members

Microsoft.Office.Excel.Server.WebServices namespace