I have a class property that is automatically generated by a framework with its appropriate XmlElement attribute. I inherit this class and expose it as a parameter on a webservice, for which a WSDL is auto-magically generated.
I need to replace said property's XmlElement attribute with my own, and have the WSDL generate using my new attribute. How can i do this outside the framework generated code? ie: in either the inherited class, or partial class structure?