SPWorkflowActivationProperties.AssociationData Property
Gets the association data passed to the workflow instance.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public ReadOnly Property AssociationData As String
Get
Dim instance As SPWorkflowActivationProperties
Dim value As String
value = instance.AssociationData
public string AssociationData { get; }
Property Value
Type: System.String
A String that represents the association data.
Remarks
Association data is any custom, valid XML data to pass to the workflow association form. The association form you specify for the workflow must be able to parse the data.
For more information on workflow association forms, see Workflow Association and Initiation Forms (Windows SharePoint Services).
See Also
Reference
SPWorkflowActivationProperties Class