SPWorkflow.StatusUrl property

Gets the URL of a custom workflow status page for the SPWorkflow.

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

Syntax

'Declaration
Public ReadOnly Property StatusUrl As String
    Get
'Usage
Dim instance As SPWorkflow
Dim value As String

value = instance.StatusUrl
public string StatusUrl { get; }

Property value

Type: System.String
The URL of a custom workflow status page for the SPWorkflow.

See also

Reference

SPWorkflow class

SPWorkflow members

Microsoft.SharePoint.Workflow namespace