WorkflowContext.WorkflowWebProvider Property
Gets or sets an object that provides access to the website and user role for the workflow instance.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Property WorkflowWebProvider As IWorkflowWebProvider
Get
Set
'Usage
Dim instance As WorkflowContext
Dim value As IWorkflowWebProvider
value = instance.WorkflowWebProvider
instance.WorkflowWebProvider = value
public IWorkflowWebProvider WorkflowWebProvider { get; set; }
Property Value
Type: Microsoft.SharePoint.Workflow.IWorkflowWebProvider
An object that provides access to the website and user role for the workflow instance.