marinbContributor10 years agoSolvedaqObject.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...Show MoreHKosova10 years agoHi Marin, Try GetFields instead of GetProperties.
Recent Discussions'ADO' is not defined error - TC v15.79WebModule issues with Virtual MachineUnable to Navigate to Code Line from Log Messages
Related ContentArray.splice() does not workConditional GoTo: how does it work?soapui-maven-plugin-5.3.0 does not work