10-21-2009, 09:21 PM
You could also use descriptive programming to identify other properties of the object you are looking for and totally ignore the "name" property. I have found this can cause optimization issues but if you order your selected properties correctly it can help to alleviate this problem. Just one more possible solution.