Share via


modSetProperty

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.

Sets the property value for a user-defined property in the modProperties table. Exists in the modSystem database.

 [@PropName =] 'property',
[@Value =] 'value'

Parameters

  • [@PropName =] 'property'
    The property name.
  • [@Value =] 'value'
    The value of the selected property. The property value data type is varchar.

Remarks

To use this procedure, you must be an administrator or a database owner for the modSystem database.

Example

The following example creates and sets the user-defined property WorkflowVersion:

EXEC modSetProperty 'WorkflowVersion', 'Version 2.0'

See Also

Stored Procedures | Workflow Application Infrastructure | ModSystem Database Tables | Workflow-Enabled Database Tables | Views