E
Eric Shi
Hi,
I am using VB.Net. During the runtime, can I find out
all the property names and their types for an object so I
can access them. For example, if objectA has propertyA
and PropertyB, I would like to do something like
For each Property in ObjectA
messagebox.show convert.tostring(property.Name)
messagebox.show convert.tostring(property.value)
messagebox.show convert.tostring(property.DateType)
Next
Thanks
Eric Shi
I am using VB.Net. During the runtime, can I find out
all the property names and their types for an object so I
can access them. For example, if objectA has propertyA
and PropertyB, I would like to do something like
For each Property in ObjectA
messagebox.show convert.tostring(property.Name)
messagebox.show convert.tostring(property.value)
messagebox.show convert.tostring(property.DateType)
Next
Thanks
Eric Shi