A Dynamic Entity consists of a collection of strongly typed properties, much like a Property Bag. Dynamic Entities are used to develop against CRM entities and attributes that are not defined at design time. When to use Dynamic Entities Use the DynamicEntity class when writing code that must work on entities created after the [...]

