I have an object named oDog. The object has numerous properties like: Breed, Color, Age, Weight, etc.
Once the properties are set, I would like to print all the values. Is there a way to do this without writing a Response.WriteLine statement for each property?
Thanks,
The only thing worse than being alone, is wishing you were.
Once the properties are set, I would like to print all the values. Is there a way to do this without writing a Response.WriteLine statement for each property?
Thanks,
The only thing worse than being alone, is wishing you were.