Share via


SPHtmlTransformSettings.Timeout Property

Gets or sets the amount of time that the service waits for HTML viewing to complete.

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 SPHtmlTransformSettings
Dim value As TimeSpan

value = instance.Timeout

instance.Timeout = value
public TimeSpan Timeout { get; set; }

Property Value

Type: System.TimeSpan
A System.TimeSpan structure that specifies the amount of time that the service waits.

See Also

Reference

SPHtmlTransformSettings Class

SPHtmlTransformSettings Members

Microsoft.SharePoint.Administration Namespace