Gets the current domain of the tab.
Property Value
Type: System.String
A string that contains the current domain.
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;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.