1# RemoteAbilityInfo 2 3The **RemoteAbilityInfo** module provides information about a remote ability, which can be obtained through [distributedBundle.getRemoteAbilityInfo](js-apis-distributedBundleManager.md). 4 5> **NOTE** 6> 7> 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. 8 9## RemoteAbilityInfo 10 11**System capability**: SystemCapability.BundleManager.DistributedBundleFramework 12 13**System API**: This is a system API. 14 15| Name | Type | Readable| Writable| Description | 16| ----------- | -------------------------------------------- | ---- | ---- | ----------------------- | 17| elementName | [ElementName](js-apis-bundleManager-elementName.md) | Yes | No | Element name information of the remote ability. | 18| label | string | Yes | No | Label of the remote ability. | 19| icon | string | Yes | No | Icon of the remote ability.| 20