Share via


Remove One or More Settings from the Device

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

The following list shows the element to use:

  • 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

Provisioning Files | CM_PPPEntries Configuration Service Provider | CM_PPPEntries Configuration Service Provider Examples

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.