JAMS Developer Guide
Set(String,Object,Server) Method


MVPSI.JAMS Namespace > Variable Class > Set Method : Set(String,Object,Server) Method
The name of the Variable to set.
The new value.
The JAMS Server that has this Variable.
Sets the Variable to the specified value.
Syntax
'Declaration
 
Public Overloads Shared Sub Set( _
   ByVal variableName As System.String, _
   ByVal newValue As System.Object, _
   ByVal js As Server _
) 
'Usage
 
Dim variableName As System.String
Dim newValue As System.Object
Dim js As Server
 
Variable.Set(variableName, newValue, js)
public static void Set( 
   System.string variableName,
   System.object newValue,
   Server js
)

Parameters

variableName
The name of the Variable to set.
newValue
The new value.
js
The JAMS Server that has this 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