Share via


ApplyActivation.__WorkflowPropertiesProperty field

A dependency property that contains a SPWorkflowActivationProperties object.

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

Syntax

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

value = ApplyActivation.__WorkflowPropertiesProperty

ApplyActivation.__WorkflowPropertiesProperty = value
public static DependencyProperty __WorkflowPropertiesProperty

Remarks

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

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

See also

Reference

ApplyActivation class

ApplyActivation members

Microsoft.SharePoint.WorkflowActions namespace