Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the amount of time before security validation expires.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Timeout As TimeSpan
Get
Set
'Usage
Dim instance As SPFormDigestSettings
Dim value As TimeSpan
value = instance.Timeout
instance.Timeout = value
public TimeSpan Timeout { get; set; }
Property Value
Type: System.TimeSpan
A System.TimeSpan object that contains the amount of time in total minutes before security validation expires. The default value is 30 minutes.