Share via


ApplyActivation.__ContextProperty field

A dependency property that contains a WorkflowContext object

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public Shared __ContextProperty As DependencyProperty
'Usage
Dim value As DependencyProperty

value = ApplyActivation.__ContextProperty

ApplyActivation.__ContextProperty = value
public static DependencyProperty __ContextProperty

Remarks

The __ContextProperty maps to the public property of __Context. Setting the __Context property with a WorkflowContext object automatically registers this DependencyProperty with the workflow runtime.

Do not use this property directly. Use the corresponding __Context property of the ApplyActivation activity instead.

See also

Reference

ApplyActivation class

ApplyActivation members

Microsoft.SharePoint.WorkflowActions namespace