How do you create a Dynamic Material Instance on an Inherited Object?

So, if the parent does this:

The child will also do it via the parent’s CS call:

And can use the same variable to alter its own material instance (that the parent’s CS created for this child).