The modProperties table stores properties of the system database. These properties are identified by name. Properties stored in the modProperties table must have unique names, so there are no conflicts.
Caution You should not alter the modProperites table manually. Use the Access Workflow Designer and the Team Solutions Manager to make changes. Schema integrity is not guaranteed if you make manual changes to any solutions system tables.
The modProperties database table contains a number of columns used by the team solutions. The following table lists those columns and their data types and provides a brief description of each.
Column | Data type | Description |
Name | varchar(50) | Unique name for each system database property. |
Value | varchar(256) | Property value. |