ConnectionMode (MBNProfile) Element
The ConnectionMode (MBNProfile) element specifies the auto connection setting to be used for a Mobile Broadband device.
This element can have one of the following values.
Value | Meaning |
---|---|
"manual" | Never automatically connect to the network. |
"auto" | Always automatically connect to the network. |
"auto-home" | Automatically connect to the network except when in a roaming network. |
This element can have a maximum of one occurrence.
This is a required element.
<xs:element name="ConnectionMode">
<xs:simpleType>
<xs:restriction
base="string"
>
<xs:enumeration
value="manual"
/>
<xs:enumeration
value="auto"
/>
<xs:enumeration
value="auto-home"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
The ConnectionMode element is defined by the MBNProfile element.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps | UWP apps] |
Minimum supported server |
None supported |
See also
-
Definition context of element in schema
-
Possible immediate parent element in schema instance