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