JAMS Developer Guide
Set(String,Object) Method


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

Parameters

variableName
The name of the Variable to set.
newValue
The new value.
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