Share via


SPWorkflowEventProperties.StatusText property

Gets the string that represents the 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 SPWorkflowEventProperties
Dim value As String

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

Property value

Type: System.String

See also

Reference

SPWorkflowEventProperties class

SPWorkflowEventProperties members

Microsoft.SharePoint.Workflow namespace