StateMachineWorkflowInstance.CurrentStateName Property

Definition

Gets the name of the current StateActivity.

public:
 property System::String ^ CurrentStateName { System::String ^ get(); };
public string CurrentStateName { get; }
member this.CurrentStateName : string
Public ReadOnly Property CurrentStateName As String

Property Value

The name of the current StateActivity.

Applies to