I came across C# codes in the following pattern but quite don't get where that Set
method comes from.
// obj is an instance of Microsoft's Xrm Entity class
obj.Set("property_name", property_value);
Based on Xrm's Entity class definition, there is no member method called Set
.
Can someone give me some light on this?