Micro Focus QTP (UFT) Forums
What the Native property value in {} means? - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: What the Native property value in {} means? (/Thread-What-the-Native-property-value-in-means)



What the Native property value in {} means? - JeL - 07-29-2019

Hi, 

When spying objects I can see that some Native properties have values mentioned in {} . Can you advise what does it mean and whether these kind of values can be used to define an object?

Thank you


RE: What the Native property value in {} means? - JeL - 07-29-2019

Solution to retrieve object was found by adding .ToString after desired native property (Header)
nativePropertyVal = tabCollection(i).Object.Header.ToString() 'Use the native property in place