Skip to main content

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:

  1. Invoke the New Property Wizard by clicking Class —> Add —> Property....

  2. On the first page of the New Property Wizard, enter the name “Description” for the new property and press the Next button.

  3. 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.

  4. On the third page, make no changes—we do not need an index on description. Press the Next button...

FeedbackOpens in a new tab