Share via


WorkflowInstance.Status property

Namespace:  Microsoft.SharePoint.Client.WorkflowServices
Assembly:  Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)

Syntax

'Declaration
Public ReadOnly Property Status As WorkflowStatus
    Get
'Usage
Dim instance As WorkflowInstance
Dim value As WorkflowStatus

value = instance.Status
public WorkflowStatus Status { get; }

Property value

Type: Microsoft.SharePoint.Client.WorkflowServices.WorkflowStatus

See also

Reference

WorkflowInstance class

WorkflowInstance members

Microsoft.SharePoint.Client.WorkflowServices namespace