WebPart.WorkItemTimeout Property

NOTE: This API is now obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("Use Page.RegisterAsyncTask instead.")> _
Protected ReadOnly Property WorkItemTimeout As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.WorkItemTimeout
[ObsoleteAttribute("Use Page.RegisterAsyncTask instead.")]
protected bool WorkItemTimeout { get; }

Property Value

Type: System.Boolean

See Also

Reference

WebPart Class

WebPart Members

Microsoft.SharePoint.WebPartPages Namespace