IssueTracking.WorkflowWeb Property
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.