ZennoLab Assemblies Documentation
LastAlertText Property
Example 
Gets the last alert text of the tab.
Syntax
public string LastAlertText {get;}

Property Value

Type: System.String

A string that contains the last alert text.

Example
The following code example uses the LastAlertText property.
// get main tab
Tab tab = instance.MainTab;
 
// get main domain
string alerttext = tab.LastAlertText;
// get main tab
$tab = $instance->MainTab;
 
// get main domain
$alerttext = $tab->LastAlertText;
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

Tab Class
Tab Members

Send Feedback