Forum Discussion
YMinaev
Staff
15 years agoHi,
Something like this:
...
var obj = parentObj.Find("MyProperty", "Static part of MyProperty value*", 10);
...
It translates as "find the first child of parentObj whose MyProperty property starts with 'Static part of MyProperty value' and ends with whatever".