Method DacSession():setProperty() Professional

Retrieves or sets properties of the server

Syntax
:setProperty( <nDefine>, [<xValue>] ) --> xPropertyVal
Parameters
<nDefine>
A #define constant must be assigned to this parameter to specify the desired property of the server. Please consult your server documentation for valid constants.
<xValue>
If the property can be changed, the parameter <xValue> is the value to be assigned to the property.
Return

The method returns the value of the property specified with <nDefine>.

Description

The :setProperty() method queries or changes properties of the server. It passes the value of a #define constant to the server and returns the server's response.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.