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.

See also

Reference

WorkflowContext class

WorkflowContext members

Microsoft.SharePoint.WorkflowActions namespace