Ergh, I thought maybe this would be a collection of properties, but
I guess not. I think the _easiest_ method would be to serialize the object
to XML, then walk the XML in an iteritive logic loop. The recommended
method would be to use the System.Reflection namespace to walk the
properties. I don't have examples of either of these methods, but this is a
start.
- Chuck
-----Original Message-----
From: agamble@t... [mailto:agamble@t...]
Sent: Saturday, June 08, 2002 3:32 PM
To: ASPX_Professional
Subject: [aspx_professional] HTTPBrowserCapabilities
How would you loop round each of the properties of the
HTTPBrowserCapabilties class to be able to access the value of each
property without having to specify each property individually. Im looking
for a "for each item in" style method of accessing these values.
Thanks