This method of the IApplicationObject interface stores a VARIANT in the Application object.
public abstract void putValue(java.lang.String bstrValue, com.ms.com.Variant var);
bstrValue | [in] A BSTR that contains the name of the variable. |
var | [in] A VARIANT that stores the variable value. |