Possible Duplicate:
.Net - Reflection set object property
Is there any way I can achieve the following in C#.net?
$property = "name";
$myObject->$property = "Bob";
Possible Duplicate:
.Net - Reflection set object property
Is there any way I can achieve the following in C#.net?
$property = "name";
$myObject->$property = "Bob";