Thanks, Jason. That did the trick.
For others reading this post later:
"PropertiesToLoad" is a read-only property, so you can't assign a value to it, that's why Jason's solution requires a little bit of research, but still solves the problem.
Instead, you'll have to give that string array to the...