The Description Property
Our second property, Description, also uses the %StringOpens in a new tab data type. We can add this property to our class in the same way that we created the Title property:
-
Invoke the New Property Wizard by clicking Class —> Add —> Property....
-
On the first page of the New Property Wizard, enter the name “Description” for the new property and press the Next button.
-
On the second page of the New Property Wizard, select A single value of type, enter “%String” for the datatype, and press the Next button.
-
On the third page, make no changes—we do not need an index on description. Press the Next button...