WorkflowContext.WorkflowStatusUrl property

Gets the absolute URL of the status page for the workflow instance.

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

Syntax

'Declaration
Public ReadOnly Property WorkflowStatusUrl As String
    Get
'Usage
Dim instance As WorkflowContext
Dim value As String

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

Property value

Type: System.String
The absolute URL of the status page for the workflow instance.

See also

Reference

WorkflowContext class

WorkflowContext members

Microsoft.SharePoint.WorkflowActions namespace