Gets the name of the flag that will trigger this action.

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

Syntax

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

See Also