Tuesday, April 17, 2007

Using Reflection

            Type objType = RA.GetType();


            PropertyInfo[] objPropertiesArray =

              objType.GetProperties();