IGlobalVariables.SetVariableValue Method

Sets the value of a global variable.
Sub SetVariableValue( _ 
ByVal variableName As String, _ 
ByVal variableValue As Object, _ 
ByVal variableType As GlobalVariableType
)
This language is not supported or no code example is available.
void SetVariableValue( 
string variableName
object variableValue
GlobalVariableType variableType 
)
This language is not supported or no code example is available.

Parameters

variableName
string

The name of the global variable.

variableValue
object

The variable value to be set.

variableType
GlobalVariableType

The type of the variable to be set.

Remarks
 
This method cannot create a new variable.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition