Gets the stage that the action comes from.

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

Syntax

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

See Also