Share via


SPActivationEventArgs.properties field

The initial properties of the workflow as it starts, such as the user who initiated the workflow, and the list and item on which the workflow was initiated.

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

Syntax

'Declaration
Public properties As SPWorkflowActivationProperties
'Usage
Dim instance As SPActivationEventArgs
Dim value As SPWorkflowActivationProperties

value = instance.properties

instance.properties = value
public SPWorkflowActivationProperties properties

Remarks

When the ISharePointService raises an OnWorkflowActivated event, the event parameters are contained in the SPActivationEventArgs class.

For more information on workflow initiation, see Workflow Initiation.

See also

Reference

SPActivationEventArgs class

SPActivationEventArgs members

Microsoft.SharePoint.Workflow namespace