ProfileCreationType (MBNProfile) 元素

ProfileCreationType (MBNProfile) 元素包含有关配置文件创建者的信息。

此元素可以具有以下值之一。

含义
“UserProvisioned” 此配置文件由设备用户提供的信息创建。
“AdminProvisioned” 此配置文件由 IT 管理员创建并分发给用户。
“OperatorProvisioned” 此配置文件由网络操作员创建并分发给用户。
“DeviceProvisioned” 此配置文件由移动宽带服务使用存储在设备预配上下文中的信息创建。

这是可选元素。

<xs:element name="ProfileCreationType">
    <xs:simpleType>
        <xs:restriction
            base="token"
        >
            <xs:enumeration
                value="UserProvisioned"
             />
            <xs:enumeration
                value="AdminProvisioned"
             />
            <xs:enumeration
                value="OperatorProvisioned"
             />
            <xs:enumeration
                value="DeviceProvisioned"
             />
        </xs:restriction>
    </xs:simpleType>
</xs:element>

ProfileCreationType 元素由 MBNProfile 元素定义。

要求

要求
最低受支持的客户端
Windows 7 [桌面应用 |UWP 应用]
最低受支持的服务器
无受支持的版本

请参阅

架构中元素的定义上下文

MBNProfile

架构实例中可能的直接父元素

MBNProfile