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