I know this thread is a bit old but I’m a bit curious about this. I dont understand exactly when is needed the use of “Transient”. I understand your sample, but exactly what is the point ? All properties that you modify at runtime need to be Transient for some specific reason, or properties that you modify in runtime and also replicate ?. Exactly why i need to use Transient ?