SPDocumentConverter.Timeout property
Gets or sets the timeout length for the document converter.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Timeout As Integer
Get
Set
'Usage
Dim instance As SPDocumentConverter
Dim value As Integer
value = instance.Timeout
instance.Timeout = value
public int Timeout { get; set; }
Property value
Type: System.Int32
A 32-bit integer that specifies the timeout length, which by default equals 3.
Remarks
If the value is less than the value specified by the MinAllowedTimeout property, or greater than the value specified by the MaxAllowedTimeout property, the Timeout property throws an ArgumentException.