What is the most robust way of linking members with their string name?
various parts of the .net framework requires the use of a string name of a property.so what is the robust way of linking members with their string name.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted May 5, 2011, 4:45 AM
In these limited circumstances, the program is able to successfully deduce that the property is called "MyProperty".