SPDocumentConverter.Timeout Property

Gets or sets the timeout length for the document converter.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPDocumentConverter Class

SPDocumentConverter Members

Microsoft.SharePoint.Administration Namespace