'Declaration
Public Overloads Shared Sub Load( _ ByRef variable As Variable, _ ByVal variableName As System.String, _ ByVal js As Server _ )
'Usage
Dim variable As Variable Dim variableName As System.String Dim js As Server Variable.Load(variable, variableName, js)
public static void Load( out Variable variable, System.string variableName, Server js )
Parameters
- variable
- Variable definition.
- variableName
- The name of the Variable to load.
- js
- The JAMS Server to load from.