OfficeTask.CurrentWeb property

The SPWeb of this workflow, with its Site.CurrentUser set according to impersonation settings in the workflow

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
Protected ReadOnly Property CurrentWeb As SPWeb
    Get
'Usage
Dim value As SPWeb

value = Me.CurrentWeb
protected SPWeb CurrentWeb { get; }

Property value

Type: Microsoft.SharePoint.SPWeb
Returns SPWeb.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace