Bewerken

Delen via


Applications

MBAE deprecation warning

Important

Starting in Windows 10, version 1803, the MBAE app experience is replaced by an MO UWP app. For more information about MO UWP apps, see UWP mobile broadband apps.

The Applications element specifies the apps that are associated with the Mobile Broadband hardware device.

Usage

<Applications>
  Child element
</Applications>

Attributes

There are no attributes.

Child elements

Element Description

Application

Specifies the app that will be downloaded when the operator’s Mobile Broadband hardware is detected on the PC.

Parent elements

Element Description

Package

Specifies the app that will be downloaded when the operator’s Mobile Broadband hardware is detected on the PC.

XSD

<xs:element name="Applications" type="tns:ApplicationsType" />

  <xs:complexType name="ApplicationsType">
    <xs:sequence>
      <xs:element name="Application" type="tns:ApplicationType" />
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>

Remarks

The Applications element is optional.