I have looked over other posts here on the same subject and searched Google but I am extremely new to C# NET and at a loss. I am trying to parse this XML...
Add Root here to start navigating from the root element (whmcsapi):
Root
whmcsapi
string label1_Text = doc.Root.Element("totalresults").Value;