Method of IApplication
UnRegister external variable
Application.UnRegisterVariable(strName);
==== Visual Basic Script ====
Application.UnRegisterVariable strName
==== C++ ====
HRESULT hr = Application.UnRegisterVariable(strName);
===== See Also ===== IApplication