I have a class called TASKS.
I want one property of the class to be dynamic enough to handle a structure change in the strong type. for example....
Class MyClass
{
public [mychangingProperty] - can be any strongly typed class....
}
How is this possible?