I am having trouble utilizing a "ValueOption" attribute for a string: I am sure it is something simple I have failed to grasp. ``` Friend Class Options <[ValueOption(0)](Required:=True, HelpText:="File to process")> Public Property filename As String ...... End Class ``` This won't compile, and I ma not sure why. .Net 3.5.