Gets an executed action name.
Namespace:
PerpetuumSoft.DataModelAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public string Action { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Action As String |
| Visual C++ |
|---|
public: property String^ Action { String^ get (); } |