SPWorkflowEventProperties.ActivationProperties Property
Gets the initial properties of the workflow instance that triggered the event.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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
The initial properties of the workflow instance that triggered the event.
See Also
Reference
SPWorkflowEventProperties Class