Returns a project specific appSetting value given its key.

Syntax

XIH.GetAppSetting(key)

Parameters

Parameter

Data type

Description

Sample

key

string

String specifies the name of the system parameter.

"OpHandler"

Remarks

Returns a string.

Available starting from version 6.3.

Examples

XIH.GetAppSetting("OpHandler")

Related