Brianbc 9 Light Poster

I have been searching for a single line of code all evening, and I think it's only prudent that I seek help.

What line of code does the opposite if this?

WebBrowser1.Document.GetElementById("username").SetAttribute("Value", "username")

I want to read some data from a php form and assign it to a string.