Gets the chained action formula, for a user action.

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

Syntax

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

See Also