SPUserCodeWorkflowActivity.__ContextProperty Field
Represents the __Context property that the class promotes for use by the workflow runtime.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Shared ReadOnly __ContextProperty As DependencyProperty
'Usage
Dim value As DependencyProperty
value = SPUserCodeWorkflowActivity.__ContextProperty
public static readonly DependencyProperty __ContextProperty
Remarks
Do not use this field directly. Use the corresponding property of the activity instead.
See Also
Reference
SPUserCodeWorkflowActivity Class