SPWorkflowActivationProperties.AssociationData property

Gets the association data passed to the workflow instance.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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 (Windows SharePoint Services).

See also

Reference

SPWorkflowActivationProperties class

SPWorkflowActivationProperties members

Microsoft.SharePoint.Workflow namespace