Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.