DeleteVariableByName method

The DeleteVariableByName method deletes the specified variable that is referenced by name from a setup node.

Syntax

VBScript
oSNO.DeleteVariableByName(lpszName as String) as Boolean
C#
bool DeleteVariableByName(string lpszName)

Applies to

All node types

Arguments

lpszName
The variable name

Returns

True if successful; False otherwise.