I have a workflow with a property in it, declared like this:
public Person userAccount {get;set;}
Person is a class with it's own properties (like Person.Name) and with WF I can bind to the userAccount property fine yet I can't seem to bind to the userAccount.Name.
Is it possible to do this? If so what do I need to change?