SPWorkflowAssociation.AssociationData Property

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

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

Syntax

Public Property AssociationData As String
    Get
    Set

Dim instance As SPWorkflowAssociation
Dim value As String

value = instance.AssociationData

instance.AssociationData = value
public string AssociationData { get; set; }

Property Value

Type: System.String
A String representing 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, see Workflow Association and Initiation Forms (Windows SharePoint Services).

See Also

Reference

SPWorkflowAssociation Class

SPWorkflowAssociation 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