Hey guys,
I have a web service with 230 public properties named Value1, Value2...ValueN:
Public Class Person
Public Value1 As ValueN
...
Public Value230 As ValueN
End Class
Each ValueN is a structure:
Public Structure ValueN
Public Value As String
Public...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.