The GetMultiString method returns the value of MultiString type variable.
| VARIANT GetMultiString( | ||
| BSTR Name | // The name of the variable | |
| ); | ||
Parameters
Name [in] This is the name of the variable whose value should be obtained.
Return values
The GetMultiString method returns the value of MultiString type variable. In case the specified variable doesn't exist, this method will return empty string.
See also
SetMultiString method, GetMultiStringVariant method