FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsEngineContext..::..getGlobalValue Method

Gets the global value.

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

Syntax


public string getGlobalValue(
	string globalName
)
Public Function getGlobalValue ( _
	globalName As String _
) As String
public:
String^ getGlobalValue(
	String^ globalName
)

Parameters

globalName
Type: String
Name of the global.

Return Value

System.String.