Piezīmes
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt pierakstīties vai mainīt direktorijus.
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt mainīt direktorijus.
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 Purchase element specifies the purchase mobile broadband profile file to use.
Usage
<Purchase>
child element
</Purchase>
Attributes
There are no attributes.
Text value
The name of a file in the ServiceInformation directory.
Child elements
There are no child elements.
Parent elements
| Element | Description |
|---|---|
Specifies the purchase and Internet mobile broadband profile files to use |
XSD
<xs:element name="Purchase" type="tns:FileType" minOccurs="0"/>
<xs:simpleType name="FileType">
<xs:restriction base="xs:string">
<xs:whiteSpace value="preserve"/>
<xs:pattern value="[\p{L}\p{N}\.\-_ ]+"/>
<xs:minLength value="1"/>
<xs:maxLength value="260"/>
</xs:restriction>
</xs:simpleType>
Remarks
The Purchase element is optional.