↧
Re: Loop through object properties?
Yes thanks, this slipped my mind and i appreciate the answer
View ArticleRe: 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 ArticleLoop 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