IWorkflowWebProvider.Web Property
Gets the current Web site that the workflow host uses.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
ReadOnly Property Web As SPWeb
Get
'Usage
Dim instance As IWorkflowWebProvider
Dim value As SPWeb
value = instance.Web
SPWeb Web { get; }
Property Value
Type: Microsoft.SharePoint.SPWeb
Returns an SPWeb object.