Remove One or More Settings from the Device

Send Feedback

Use the noparm or nocharacteristic element to remove the setting requirement and then send to the Configuration Service Provider.

The following list shows when to use each element :

  • Use the noparm element to remove one setting.
  • Use the nocharacteristic element to remove all settings under the path defined by the type attribute of the nocharacteristic element.

The following XML example shows how to remove all of the PPP1 settings.

<wap-provisioningdoc>
   <characteristic type="CM_PPPEntries">
      <nocharacteristic type="PPP1"/>
   </characteristic> 
</wap-provisioningdoc>

See Also

OMA Client Provisioning XML File Examples | OMA Client Provisioning Files | CM_PPPEntries Configuration Service Provider | CM_PPPEntries Configuration Service Provider Examples for OMA Client Provisioning

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.