Gets the type of the action.
Namespace:
FreeFlow.AdministrationAssembly: FreeFlow.Administration (in FreeFlow.Administration.dll) Version: 2.0.0.135
Syntax
| C# |
|---|
public ActionType ActionType { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ActionType As ActionType |
| Visual C++ |
|---|
public: property ActionType ActionType { ActionType get (); } |