ZennoLab Assemblies Documentation
LastAlertTitle Property
See Also  Example Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Tab Class : LastAlertTitle Property

Glossary Item Box

Gets the last alert title of the tab.

Syntax

C# 
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.
C#Copy Code
// get main tab
Tab tab = instance.MainTab;
 
// get main domain
string alerttitle = tab.LastAlertTitle;
PHPCopy Code
// get main tab
$tab = $instance->MainTab;
 
// get main domain
$alerttitle = $tab->LastAlertTitle;

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2014 All Rights Reserved.