Share via


WorkflowInstance.UserStatus property

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

Syntax

'Declaration
Public Property UserStatus As String
    Get
    Set
'Usage
Dim instance As WorkflowInstance
Dim value As String

value = instance.UserStatus

instance.UserStatus = value
public string UserStatus { get; set; }

Property value

Type: System.String

See also

Reference

WorkflowInstance class

WorkflowInstance members

Microsoft.SharePoint.Client.WorkflowServices namespace