1
votes
votes
1 answers
Property Set: XML Deserialization vs Programatically Adding
I didn't really know how to title this problem as it's pretty context sensitive... I am deserializing xml into the following class: [code] [XmlType("user")] public class User { [XmlAttribute("na ...
