[@PropName =] 'property' ,
[@Value =] 'value' output'
Gets the value for an existing property in the modProperties table. Exists in the modSystem database.
Parameters
[@PropName =] 'property'
Name of the property.
[@Value =] 'value'
An output parameter that holds the value of the property.
Return Value
Returns the value for a property in the modProperties table.
Remarks
The property value data type is varchar.
Example
The following example returns the value for the number of offline users specified for the solution.
EXEC modGetProperty 'OfflineMaxUsers', @MaxUsers