FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deIStepEngineContext..::..updateGlobal Method

Updates the global.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


void updateGlobal(
	string globalName,
	string globalValue
)
Sub updateGlobal ( _
	globalName As String, _
	globalValue As String _
)
void updateGlobal(
	String^ globalName, 
	String^ globalValue
)

Parameters

globalName
Type: String
Name of the global.
globalValue
Type: String
The global value.