Gets the formula that will be evaluated when the action is completed.

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

Syntax

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

See Also