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.

[@PropName =] 'property',

[@Value =] 'value'

Sets the property value for an existing property in the modProperties table. Exists in the modSystem database.

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 sets the maximum offline users property to 2000.

EXEC modSetProperty 'OfflineMaxUsers', 2000