Gets the form used in this action, if it is a user action.

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

Syntax

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

See Also