The following code example uses the Name property.
| C# | Copy Code |
|---|---|
// get main tab Tab tab = instance.MainTab; // get name string name = tab.Name; | |
| PHP | Copy Code |
|---|---|
// get main tab $tab = $instance->MainTab; // get name $domText = $tab->Name; | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family