![]() | Azure |
public Task<XElement> ExportAsXML()
A Task representing the asynchronous operation. The completed Task's Result property contains an XElement with child elements being the full information for each setting. The exported XML has the following shape.
<export> <metadata> elements with environment information </metadata> <settings> <setting appKey="appkey" itemKey="itemkey" type="typeName" value="invariantValue" /> repeated for each setting </settings> </export>