ZennoLab Assemblies Documentation
Domain Property (Tab)
Example 
Gets the current domain of the tab.
Syntax
public string Domain {get;}

Property Value

Type: System.String

A string that contains the current domain.

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

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

See Also

Reference

Tab Class
Tab Members
MainDomain Property

Send Feedback