ISessionObject::get_Value

This method retrieves the value of a variable stored in the Session Object.

HRESULT get_Value(

BSTR bstrValue,

//string that contains the variable name

VARIANT * pvar

//pointer to a variant that receives the variable value

);