SPWorkflow.StatusText property

A string status of the workflow

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

Syntax

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

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

Property value

Type: System.String
The status test of the workflow

See also

Reference

SPWorkflow class

SPWorkflow members

Microsoft.SharePoint.Workflow namespace