Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

ISessionObject::get_Value

The ISessionObject::get_Value method retrieves the value of a variable stored in the Session object.

HRESULT get_Value(

BSTR bstrValue,

VARIANT * pvar

);

Parameters: ISessionObject::get_Value

bstrValue

A binary string that contains the variable name.

pvar

Points to a variant that receives the variable value.

Remarks: ISessionObject::get_Value

You can store values in the Session object. Information stored in the Session object is available throughout the session and has session scope.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.