Hi If i have any "public dynamic class" then i can add any property at run time.
Correct me if i am not correct?? But if i do the same for the RemoteObject. It does not give me error at compile time but it gives me error at runtime. My understanding is that i should be able to add the property at run time since it is dynamic. Thanks ilikeflex

