This method stores a VARIANT in the Application object. If the VARIANT being stored is an OLE Automation object then Active Server Pages will attempt to store the default value of that object into the application. If Active Server Pages cannot get the default value, then the call will fail.
HRESULT put_Value(
BSTR bstrValue, |
//binary string that contains the name of the variable |
VARIANT var |
//VARIANT that contains the variable value |
); |