Get an information about last executed action ID.
string LastExecutedActionId {get;}
Property Value
Type: System.String
An information about last executed action ID.
The following example uses property
LastExecutedActionId of
"project" for getting last executed action ID.
string id = project.LastExecutedActionId;
return id;
$id = $project->LastExecutedActionId;
return $id;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.