How is this set? For example, if I have this XmlElement code:
How is this done with the XElement class as opposed to this way?
TIA!!!
XmlElement element = MethodToBuildElement(); element["something"].InnerText = "stuff";
How is this done with the XElement class as opposed to this way?
TIA!!!