SPWorkflowEventProperties.ActivationProperties property
Gets the workflow SPWorkflowActivationProperties that triggered the event.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ActivationProperties As SPWorkflowActivationProperties
Get
'Usage
Dim instance As SPWorkflowEventProperties
Dim value As SPWorkflowActivationProperties
value = instance.ActivationProperties
public SPWorkflowActivationProperties ActivationProperties { get; }
Property value
Type: Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties
See also
Reference
SPWorkflowEventProperties class