domain Element
Specifies the domain within the external-service-usage element
Available for
Canvas apps
Parent Elements
Element | Description |
---|---|
external-service-usage | Indicates whether this control is using external service or not. If it is, set the enabled attribute flag as true and add the external service domain to the <domain> property. A control that uses any external service is a premium control and the end user will need a Power Apps license to open an app with a premium control. More information: Licensing |
Example
<external-service-usage enabled="true">
<domain>www.Microsoft.com</domain>
</external-service-usage>
Related topics
Power Apps component framework manifest schema reference
Power Apps component framework API reference
Power Apps component framework overview