Share via


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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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