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 site on which this workflow instance is located.
Namespace: Microsoft.SharePoint.Workflow.Application
Assembly: Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)
Syntax
'Declaration
Public ReadOnly Property WorkflowWeb As SPWeb
Get
'Usage
Dim instance As IssueTracking
Dim value As SPWeb
value = instance.WorkflowWeb
public SPWeb WorkflowWeb { get; }
Property Value
Type: Microsoft.SharePoint.SPWeb
The site on which this workflow instance is located.