WorkflowInstanceInfo.UserStatus Property

Gets UserStatus set by the workflow instnace.

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

Syntax

'Declaration
Public ReadOnly Property UserStatus As String 
    Get
'Usage
Dim instance As WorkflowInstanceInfo 
Dim value As String 

value = instance.UserStatus
public string UserStatus { get; }
public:
property String^ UserStatus {
    String^ get ();
}
member UserStatus : string
function get UserStatus () : String

Property Value

Type: System.String
String set as UserStatus by the workflow instance

See Also

Reference

WorkflowInstanceInfo Class

Microsoft.Workflow.Client Namespace