Share via


The modProperties Table (modSystem Database)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The modProperties table stores information about the server and its properties. These properties are identified by name. Properties stored in the modProperties table must have unique names, so there are no conflicts.

**Note   **You should not alter the modProperties table manually. Use the Workflow Designer for SQL Server and the Workflow Manager to make changes. Schema integrity is not guaranteed if you make manual changes to any system tables.

The following table lists the modProperties columns and their data types and provides a brief description of each.

Column Data type Description
Name varchar(50) Unique name for each property.
Value varchar(256) Property value.

See Also

ModSystem Database Tables | The modApplications Table | The modTemplates Table | The Individual Template Tables | The modUserList Table