Question
Getting unique Thing Property value from ThingTemplates query service
Hi,
I would like to get unique Things Properties from query service. I don't want to use infoTable.Distinct()
Example below...
ThingName Property(name of property is custom_pro)
t1 "abc"
t2 "xyz"
t3 "abc"
t4 "xyz"
result should be {abc, xyz}
Kindly let me know or any suggestions.
Thanks
Gopi
