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 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.