WorkflowAssociation.InstantiationUrl property
Gets a value that specifies the URL of the workflow initiation form for this workflow association.
Namespace: Microsoft.SharePoint.Client.Workflow
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property InstantiationUrl As String
Get
'Usage
Dim instance As WorkflowAssociation
Dim value As String
value = instance.InstantiationUrl
public string InstantiationUrl { get; }
Property value
Type: System.String
Returns a String instance representing the URL of the workflow initiation form for this workflow association.
Remarks
For more information about workflow initiation forms, see Workflow Association and Initiation Forms (Windows SharePoint Services).