Sends a device configuration file to Configuration Manager for testing.
| C# | Visual Basic |
public static XmlDocument TestConfiguration( XmlDocument configDoc, bool metadata )
Public Shared Function TestConfiguration ( _ configDoc As XmlDocument, _ metadata As Boolean _ ) As XmlDocument
- configDoc (XmlDocument)
- The configuration document used to provision the device.
- metadata (Boolean)
- true to return metadata associated with the XML parm elements in the new configuration; otherwise, false.
If metadata is true, this method returns metadata associated with the XML parm elements in this configuration.
Configuration Manager will not process the configuration file, but it can still return useful metadata associated with the XML parm elements.