Trouble Changing Shape Name in JavaScript

Hi!

I've noticed that setting a shape's name in JavaScript seems to not have any effect.  It doesn't crash, but also doesn't change the name.  For instance, with a shape reference called aShape:

aShape.Name = "New Name";

Does anyone know a way to make this work in JavaScript?

Thanks for any insight you can provide