IGlobalVariables.GetVariableValue Method

Gets the value of a global variable.
Function GetVariableValue( _ 
ByVal variableName As String
) As Object
This language is not supported or no code example is available.
object GetVariableValue( 
string variableName 
)
This language is not supported or no code example is available.

Parameters

variableName
string

The name of the global variable.

Return Value

object

The variable value or an empty string if the variable doesn't exist.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition