SPWorkflowEventProperties.AssociationData Property
Gets or sets the association 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 AssociationData As String
Get
Set
'Usage
Dim instance As SPWorkflowEventProperties
Dim value As String
value = instance.AssociationData
instance.AssociationData = value
public string AssociationData { get; set; }
Property Value
Type: System.String
The association data of the workflow instance that triggered the event.
See Also
Reference
SPWorkflowEventProperties Class