SPWorkflowAssociation.AssociationData-Eigenschaft

Ruft ab oder legt die Zuordnungsdaten für auf dieser Workflowzuordnung basierende Workflowinstanzen.

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

Syntax

'Declaration
<ClientCallableAttribute> _
Public Property AssociationData As String
    Get
    Set
'Usage
Dim instance As SPWorkflowAssociation
Dim value As String

value = instance.AssociationData

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

Eigenschaftswert

Typ: System.String
Eine String , die die Zuordnungsdaten darstellt.

Hinweise

Zuordnungsdaten ist eine beliebige benutzerdefinierten Daten, die an das Workflowzuordnungsformular übergeben. Es wird empfohlen, jedoch nicht erforderlich, dass die Daten gültige XML sein. Zuordnungsformular, das Sie für den Workflow angeben muss, die Daten zu analysieren können.

Weitere Informationen finden Sie unter Workflow Association and Initiation Forms (Windows SharePoint Services).

Siehe auch

Referenz

SPWorkflowAssociation Klasse

SPWorkflowAssociation-Member

Microsoft.SharePoint.Workflow-Namespace

Weitere Ressourcen

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview