The getValue and putValue methods of the ISessionObject interface retrieve or store the value of a variable stored in the Session object, respectively.
public abstract com.ms.com.Variant getValue(java.lang.String val);
public abstract void putValue(java.lang.String val, com.ms.com.Variant var);
Returns the VARIANT value of the Session object.
val | A string that contains the variable name. |
var | A VARIANT that contains the variable name. |