1# RemoteAbilityInfo (System API) 2<!--Kit: Ability Kit--> 3<!--Subsystem: BundleManager--> 4<!--Owner: @wanghang904--> 5<!--Designer: @hanfeng6--> 6<!--Tester: @kongjing2--> 7<!--Adviser: @Brilliantry_Rui--> 8 9The module provides information about a remote ability. 10 11> **NOTE** 12> 13> The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version. 14> 15> The APIs of this module are deprecated since API version 9. You are advised to use [bundleManager-RemoteAbilityInfo](js-apis-bundleManager-remoteAbilityInfo-sys.md) instead. 16> 17> The APIs provided by this module are system APIs. 18 19## RemoteAbilityInfo<sup>(deprecated)<sup> 20 21This API is deprecated since API version 9. You are advised to use [bundleManager-RemoteAbilityInfo](js-apis-bundleManager-remoteAbilityInfo-sys.md#remoteabilityinfo) instead. 22 23**System capability**: SystemCapability.BundleManager.DistributedBundleFramework 24 25**System API**: This is a system API. 26 27| Name | Type | Read-Only| Optional| Description | 28| ----------- | -------------------------------------------- | ---- | ---- | ----------------------- | 29| elementName | [ElementName](js-apis-bundle-ElementName.md) | Yes | No | Element name information of the ability. | 30| label | string | Yes | No | Ability name. | 31| icon | string | Yes | No | Icon of the ability.| 32