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

Property Value

Type: System.String

A string that contains the last alert title.

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

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

See Also

Reference

Tab Class
Tab Members

Send Feedback