Share via


WorkflowDefinition.AssociationUrl property

The URL of the association form for the workflow.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
<ClientCallablePropertyAttribute> _
Public Property AssociationUrl As String
    Get
    Set
'Usage
Dim instance As WorkflowDefinition
Dim value As String

value = instance.AssociationUrl

instance.AssociationUrl = value
[ClientCallablePropertyAttribute]
public string AssociationUrl { get; set; }

Property value

Type: System.String
Returns a string representation of the URL.

Remarks

If this property value is a null reference (Nothing in Visual Basic) or empty, the workflow does not have an association form.

See also

Reference

WorkflowDefinition class

WorkflowDefinition members

Microsoft.SharePoint.WorkflowServices namespace