'Declaration
Public Overloads Shared Function Get( _ ByVal variableName As System.String, _ ByVal js As Server _ ) As System.Object
'Usage
Dim variableName As System.String Dim js As Server Dim value As System.Object value = Variable.Get(variableName, js)
public static System.object Get( System.string variableName, Server js )
Parameters
- variableName
- The name of the Variable.
- js
- The JAMS Server that has the Variable
Return Value
The value of the variable