The GetValue method returns the value of the variable passed as parameter to this method. The return value depends on the type of variable.
| VARIANT GetValue( | ||
| BSTR Name | // The name of the variable | |
| ); | ||
Parameters
Name [in] This is the name of the variable whose value should be obtained.
Return values
In case the specified value is:
Note: If the variable doesn't exist GetValue returns empty value.
See also
SetValue method