FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..hasGlobal Method

Determines whether the specified global name has global.

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

Syntax


public bool hasGlobal(
	string globalName
)
Public Function hasGlobal ( _
	globalName As String _
) As Boolean
public:
bool^ hasGlobal(
	String^ globalName
)

Parameters

globalName
Type: String
Name of the global.

Return Value

true if the specified global name has global; otherwise, false.