WorkflowDefinition.InitiationUrl property

The URL of the initiation form for the workflow.

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

Syntax

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

value = instance.InitiationUrl

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

Property value

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

Remarks

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

See also

Reference

WorkflowDefinition class

WorkflowDefinition members

Microsoft.SharePoint.WorkflowServices namespace