1# BusinessAbilityInfo 2 3> **NOTE** 4> 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. 5 6The **BusinessAbilityInfo** module provides basic information about a business ability. 7 8## BusinessAbilityInfo 9 10**System API**: This is a system API. 11 12**System capability**: SystemCapability.Ability.AbilityRuntime.Core 13 14| Name | Type | Readable| Writable| Description | 15| --------------------------------- | ------------------------------------------------------------ | ---- | ---- | -------------------- | 16| bundleName | string | Yes | No | Bundle name.| 17| moduleName | string | Yes | No | Module name.| 18| name | string | Yes | No | Name of the business ability.| 19| labelId | number | Yes | No | Label ID of the module. | 20| descriptionId | number | Yes | No | Description ID of the module. | 21| iconId | number | Yes | No | ID of the icon that describes the ability information.| 22| businessType | [businessAbilityRouter.BusinessType](js-apis-businessAbilityRouter.md#businesstype) | Yes| No| Type of the business ability.| 23| applicationInfo | Array\<[ApplicationInfo](js-apis-bundleManager-applicationInfo.md)> | Yes | No | Application information. | 24