AddListItemPermissionsActivity.__Context Property
Gets or sets the context that contains information about the active workflow instance for the workflow runtime.
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property __Context As WorkflowContext
Get
Set
'Usage
Dim instance As AddListItemPermissionsActivity
Dim value As WorkflowContext
value = instance.__Context
instance.__Context = value
[ValidationOptionAttribute(ValidationOption.Required)]
public WorkflowContext __Context { get; set; }
Property Value
Type: Microsoft.SharePoint.WorkflowActions.WorkflowContext
The context.
See Also
Reference
AddListItemPermissionsActivity Class