Freigeben über


SPWorkflowTemplate.AssociationUrl-Eigenschaft

Ruft die URL der das Workflowzuordnungsformular zur Verwendung mit der Workflowvorlage.

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

Syntax

'Declaration
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.RelativeUrl)> _
<ClientCallableAttribute> _
Public ReadOnly Property AssociationUrl As String
    Get
'Usage
Dim instance As SPWorkflowTemplate
Dim value As String

value = instance.AssociationUrl
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.RelativeUrl)]
[ClientCallableAttribute]
public string AssociationUrl { get; }

Eigenschaftswert

Typ: System.String
Eine String , die die URL des Association-Formular darstellt.

Hinweise

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

Siehe auch

Referenz

SPWorkflowTemplate Klasse

SPWorkflowTemplate-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