Gets the name of the stage that the action is going to.

Namespace:  FreeFlow.Administration
Assembly:  FreeFlow.Administration (in FreeFlow.Administration.dll) Version: 2.0.0.135

Syntax

C#
public string ToStage { get; }
Visual Basic (Declaration)
Public ReadOnly Property ToStage As String
Visual C++
public:
property String^ ToStage {
	String^ get ();
}

See Also