1# BusinessAbilityInfo (System API) 2 3The **BusinessAbilityInfo** module provides basic information about a business ability. 4 5> **NOTE** 6> 7> The initial APIs of this module are supported since API version 10. Newly added APIs will be marked with a superscript to indicate their earliest API version. 8> 9> The APIs provided by this module are system APIs. 10 11## BusinessAbilityInfo 12 13**System API**: This is a system API. 14 15**System capability**: SystemCapability.Ability.AbilityRuntime.Core 16 17| Name | Type | Readable| Writable| Description | 18| --------------------------------- | ------------------------------------------------------------ | ---- | ---- | -------------------- | 19| bundleName | string | Yes | No | Bundle name.| 20| moduleName | string | Yes | No | Module name.| 21| name | string | Yes | No | Name of the business ability.| 22| labelId | number | Yes | No | Label ID of the module. | 23| descriptionId | number | Yes | No | Description ID of the module. | 24| iconId | number | Yes | No | ID of the icon that describes the ability information.| 25| businessType | [businessAbilityRouter.BusinessType](js-apis-businessAbilityRouter-sys.md#businesstype) | Yes| No| Type of the business ability.| 26| applicationInfo | Array\<[ApplicationInfo](js-apis-bundleManager-applicationInfo.md)> | Yes | No | Application information. | 27