Quantcast
Channel: Loop through object properties?
Browsing index pages (4 articles)
↧

Loop through object properties?

Hello - lets say I create a basic vb class object with a number of public properties.If I create an instance of this class, is it possible to loop through the properites of this object?e.g.Dim person...

View Article


Re: Loop through object properties?

loydall If I create an instance of this class, is it possible to loop through the properites of this object? You will need to use reflection to get a list of properties that exist in a class.something...

View Article


Re: Loop through object properties?

Perfect!Thanks.

View Article

Re: Loop through object properties?

Yes thanks, this slipped my mind and i appreciate the answer

View Article
Browsing index pages (4 articles)


Latest Images