I have an asp application that implements an object created in VS 2005 through Com Interop. In one class in that object there is a property which is a collection of users implemented using the "List of(User)" method. How can I itterate through this collection from asp?