I have a vb.net solution with a web reference to a webservice. Now I need another property in the designer generated code. This has the drawback, that once you update the web reference, your added code will be overitten.
What is the best way to add a property to the class?