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