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 site for the current work item.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Property Web As SPWeb
Get
Set
'Usage
Dim instance As WorkItemTimerJobState
Dim value As SPWeb
value = instance.Web
instance.Web = value
public SPWeb Web { get; set; }
Property Value
Type: Microsoft.SharePoint.SPWeb
Returns SPWeb.
Remarks
If this instances was constructed with fetchWeb == true, then this property is set by the TimerJobUtility object when it is switching to a new work item if the new work item is for a different SPWeb object.