Provides detailed information about a specified workflow instance.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in microsoft.sharepoint.workflowactions.dll)

Syntax
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class WorkflowContext
Implements IDisposable
Dim instance As WorkflowContext
[SerializableAttribute]
public class WorkflowContext : IDisposable

Inheritance Hierarchy
System.Object
Microsoft.SharePoint.WorkflowActions.WorkflowContext

Thread Safety
Any public static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also