FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..hasMasterVariable Method

Determines whether [has master variable] [the specified variable name].

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

Syntax


public bool hasMasterVariable(
	string variableName
)
Public Function hasMasterVariable ( _
	variableName As String _
) As Boolean
public:
bool^ hasMasterVariable(
	String^ variableName
)

Parameters

variableName
Type: String
Name of the variable.

Return Value

true if [has master variable] [the specified variable name]; otherwise, false.