Try this:
Essentially, you can drill down into properties by using the . separator.
For future reference, if you want to drill down into collections, you can use MyCollection[x] just like you would in code (where x would be replaced by a hard-coded number, not a variable).