SPWorkflowActivationProperties.AssociationData Property
Gets the association data passed to the workflow instance.
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
Friend Set
'Usage
Dim instance As SPWorkflowActivationProperties
Dim value As String
value = instance.AssociationData
public string AssociationData { get; internal set; }
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 (Sharepoint Foundation).
See Also
Reference
SPWorkflowActivationProperties Class