SPWorkflowEventProperties.InitiationData property

Gets or sets the initiation data of the workflow instance that triggered the event.

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

Syntax

'Declaration
Public Property InitiationData As String
    Get
    Set
'Usage
Dim instance As SPWorkflowEventProperties
Dim value As String

value = instance.InitiationData

instance.InitiationData = value
public string InitiationData { get; set; }

Property value

Type: System.String
The initiation data of the workflow instance that triggered the event.

See also

Reference

SPWorkflowEventProperties class

SPWorkflowEventProperties members

Microsoft.SharePoint.Workflow namespace