WorkflowAssociation.AssociationData property
Gets or sets a value that specifies the workflow association data for workflow instances created from this workflow association.
Namespace: Microsoft.SharePoint.Client.Workflow
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property AssociationData As String
Get
Set
'Usage
Dim instance As WorkflowAssociation
Dim value As String
value = instance.AssociationData
instance.AssociationData = value
public string AssociationData { get; set; }
Property value
Type: System.String
Returns a String instance representing the workflow association data for the workflow instances created from this workflow association.
Remarks
Association data is any custom data to pass to the workflow association form. It is recommended but not required that the data be valid XML. 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).