The Portal registration table is used for storing properties for the Portals registration feature. The table design allows for storage of existing and future registration properties. The table is populate initially using information set in the [portalserver]/properties/registration.properties file. All subsequent updates and requests for information are from the table.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| property_name | nvarchar(100) | with null | Name of the registration property. |
| property_value | nvarchar(255) | with null | Value of the registration property. |
Product Name: Portal
Table Type: Table