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)
Available in Sandboxed Solutions: No
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 in SharePoint Foundation.