Forum Discussion

marinb's avatar
marinb
Contributor
9 years ago
Solved

aqObject.GetProperties() does not work?

I have this piece of code:   function PropsTest() { var obj = {x:0, y:1}; var props = aqObject.GetProperties(obj); while (props.HasNext()) { prop = props.Next(); Log...
  • HKosova's avatar
    9 years ago

    Hi Marin,

     

    Try GetFields instead of GetProperties.