JAMS Developer Guide
Get(String,Server) Method


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