Partager via


WorkflowAssociation.AssociationData - Propriété

Gets or sets a value that specifies the workflow association data for workflow instances created from this workflow association.

Espace de noms :  Microsoft.SharePoint.Client.Workflow
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Property AssociationData As String
    Get
    Set
'Utilisation
Dim instance As WorkflowAssociation
Dim value As String

value = instance.AssociationData

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

Valeur de propriété

Type : System.String
Returns a String instance representing the workflow association data for the workflow instances created from this workflow association.

Remarques

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).

Voir aussi

Référence

WorkflowAssociation classe

WorkflowAssociation - Membres

Microsoft.SharePoint.Client.Workflow - Espace de noms