The Studio Editor Window
After running the New Property Wizard, the Studio updates the contents of the Class Editor Window.

The Class Editor Window displays a text-based version of a class definition within a syntax coloring and checking editor.
In this case we are looking at the definition of the Film class . It has a single property, Title
, and a single index, “TitleIndex”
, defined on this property.