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)
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
See also
Reference
SPWorkflowEventProperties class