JAMS Developer Guide
Load(Variable,String,Server) Method


MVPSI.JAMS Namespace > Variable Class > Load Method : Load(Variable,String,Server) Method
Variable definition.
The name of the Variable to load.
The JAMS Server to load from.
Load the Variable definition with the specified name from the specified JAMS Server.
Syntax
'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.
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