This word has many uses in PRPC.
For a property, the type is one of the values in the following table. Only properties with a Value mode or Java mode properties have a type.
This attribute of a property is recorded in the General tab of the Property form.
When overriding a property with a property in a higher version, the type of the new property can be narrower than that of the original property. The opposite is not true; you can't override a property with a narrow type with another of a general type. See More about Properties for allowed overrides to the type.
Like the HTML element <INPUT TYPE="PASSWORD" ... >, properties of type Password are not visible when entered into an HTML form. However, the property value may be visible (unencrypted) on the clipboard until the page containing the property is saved to the database. In contrast, the value of a TextEncrypted properties is encrypted on the clipboard and in the database, but can be selectively decrypted for specific users or situations.
Do not confuse the Identifier property type with Java identifiers, a subset of Identifier values with additional restrictions.