Property Value
Type: System.String
An ID of group of action with an error.
LastError error = project.GetLastError(); string tmp = ""; if(error != null) tmp = string.Format("ActionComment: {0}.\r\nActionGroupId: {1}.\r\nActionId: {2}", error.ActionComment, error.ActionGroupId, error.ActionId); return tmp;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.