The describeTabs() call returns an array of DescribeTabSetResult objects, which has the following properties:
| Name | Type | Description |
|---|---|---|
| label | string | The display label for this standard or custom app. This value changes when tabs are renamed in the Salesforce user interface. See the Salesforce online help for more information. |
| logoUrl | string | A fully qualified URL to the logo image associated with the standard or custom app. |
| namespace | string |
If this is a custom app, and a set of tabs in the custom app was installed as part of a managed package, the value of this attribute is the developer namespace prefix that the creator of the package chose when the Developer Edition organization was enabled to allow publishing a managed package. This attribute identifies elements of a Force.comAppExchange package. |
| selected | boolean | If true, then this standard or custom app is the user’s currently selected app. |
| tabs | describeTab | An array of tabs that are displayed for the specified standard app or custom app. |