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, which can be obtained through [distributedBundle.getRemoteAbilityInfo](js-apis-distributedBundleManager-sys.md#distributedbundlegetremoteabilityinfo). 10 11> **NOTE** 12> 13> The initial APIs of this module are supported since API version 9. Newly added APIs will be marked with a superscript to indicate their earliest API version. 14> 15> The APIs provided by this module are system APIs. 16 17## RemoteAbilityInfo 18 19 **System capability**: SystemCapability.BundleManager.DistributedBundleFramework 20 21 **System API**: This is a system API. 22 23| Name | Type | Read-Only| Optional| Description | 24| ----------- | -------------------------------------------- | ---- | ---- | ----------------------- | 25| elementName | [ElementName](js-apis-bundleManager-elementName.md) | Yes | No | Element name information of the remote ability. | 26| label | string | Yes | No | Label of the remote ability. | 27| icon | string | Yes | No | Icon of the remote ability.| 28