getValue

The getValue and putValue methods of the ISessionObject interface retrieve or store the value of a variable stored in the Session object, respectively.

Syntax

public abstract com.ms.com.Variant getValue(java.lang.String val);
public abstract void putValue(java.lang.String val, com.ms.com.Variant var);

Return Value

Returns the VARIANT value of the Session object.

Parameters

val A string that contains the variable name.
var A VARIANT that contains the variable name.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.