StateMachineWorkflowInstance.CurrentStateName 属性

定义

获取当前 StateActivity 的名称。

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

属性值

当前的 StateActivity 的名称。

适用于