Updates the global.
Namespace:
FlowWright.cDevDecisionEngine
Assembly:
cDevDecisionEngine (in cDevDecisionEngine.dll)
public void updateGlobal(
string globalName,
string globalValue
)
Public Sub updateGlobal ( _
globalName As String, _
globalValue As String _
)
public:
void updateGlobal(
String^ globalName,
String^ globalValue
)
Parameters
- globalName
- Type: String
Name of the global.
- globalValue
- Type: String
The global value.