03-15-2012, 11:26 PM
Hi,
Is there any way to fetch the property name?
Using Value or Item property we can get the values.
myobj.count -> gives count
myobj.item(1) -> gives "Value2"
But how to get the property name? ie Prop1 or Prop2
Is there any way to fetch the property name?
Code:
Set myObj =Description.Create
myobj("Prop1").value = "Value1"
myobj("Prop2").value = "Value2"
Using Value or Item property we can get the values.
myobj.count -> gives count
myobj.item(1) -> gives "Value2"
But how to get the property name? ie Prop1 or Prop2