For a user action, gets the type of the user interaction required.

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

Syntax

C#
public UserActionType UserActionType { get; }
Visual Basic (Declaration)
Public ReadOnly Property UserActionType As UserActionType
Visual C++
public:
property UserActionType UserActionType {
	UserActionType get ();
}

See Also