EmailActivity.__Context Property
Gets or sets the WorkflowContext object that contains properties that are associated with the active workflow instance.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property __Context As WorkflowContext
Get
Set
'Usage
Dim instance As EmailActivity
Dim value As WorkflowContext
value = instance.__Context
instance.__Context = value
[ValidationOptionAttribute(ValidationOption.Optional)]
public WorkflowContext __Context { get; set; }
Property Value
Type: Microsoft.SharePoint.WorkflowActions.WorkflowContext
The workflow context.
See Also
Reference
Microsoft.SharePoint.WorkflowActions Namespace
Other Resources
Workflows in SharePoint Foundation
Workflow Activities for SharePoint Foundation