You need to get the attribute of the <audio> element:
string value = xdoc.Root.Element("audio").Attribute("first").Value;
You need to get the attribute of the <audio> element:
string value = xdoc.Root.Element("audio").Attribute("first").Value;