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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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