views:

41

answers:

0

I have a Person class with a name property.

I have a custom activity that have this Person object as a dependency property.

Now when I drop this custom activity into the workflow designer. I can see the Person in the property grid.

From the designer I'd like to be able to specify the name of the person.

Is this possible? Or the only way is to really create a Name property in my Custom activity.