SPWorkflowTemplate.AssociationData property

Gets or sets the association data for workflow associations based on this workflow template.

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

Syntax

'Declaration
Public Property AssociationData As String
    Get
    Set
'Usage
Dim instance As SPWorkflowTemplate
Dim value As String

value = instance.AssociationData

instance.AssociationData = value
public string AssociationData { get; 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 that you specify for the workflow must be able to parse the data.

For more information, see Workflow Association and Initiation Forms (Windows SharePoint Services).

See also

Reference

SPWorkflowTemplate class

SPWorkflowTemplate members

Microsoft.SharePoint.Workflow namespace

Other resources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview