'Declaration
Public Overloads Shared Sub Set( _ ByVal variableName As System.String, _ ByVal newValue As System.Object _ )
'Usage
Dim variableName As System.String Dim newValue As System.Object Variable.Set(variableName, newValue)
public static void Set( System.string variableName, System.object newValue )
Parameters
- variableName
- The name of the Variable to set.
- newValue
- The new value.