Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== GetName ====== Method of [[:scripting:api:settings-storage:start|ISettingsStorage]] ===== Description ===== Returns storage name ===== Parameters ===== ==== Return Value ==== * [[scripting:api:data-type:BSTR|BSTR]] **strName** ===== Syntax ===== ==== JavaScript ==== <code javascript> var strName = SettingsStorage.GetName(); </code>==== Visual Basic Script ==== <code vb> strName = SettingsStorage.GetName </code>==== C++ ==== <code cpp> BSTR strName; HRESULT hr = SettingsStorage.GetName(&strName); </code>===== See Also ===== [[:scripting:api:settings-storage:start|ISettingsStorage]] ~~NOTOC~~