Page tree
Skip to end of metadata
Go to start of metadata

Description

Sets the value of the variable with the specified name. If the variable does not exist, setVariable creates a new variable. If the variable does exist, setVariable overwrites the existing variable.

C#
vb.net

Parameters

name
The name of the variable.
val
The value of the variable.

Examples

C#
vb.net
  • No labels