Gets the name of the tab.
The following code example uses the
Name property.
// get main tab
Tab tab = instance.MainTab;
// get name
string name = tab.Name;
// get main tab
$tab = $instance->MainTab;
// get name
$domText = $tab->Name;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.