JAMS Developer Guide
Get(String) Method


MVPSI.JAMS Namespace > Variable Class > Get Method : Get(String) Method
The name of the Variable.
Gets the current value of a JAMS Variable.
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Variable Class
Variable Members
Overload List