====== Name ====== Property of [[:scripting:api:settings-storage:start|ISettingsStorage]] ===== Description ===== Returns storage name ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== var strName = SettingsStorage.Name; ==== Visual Basic Script ==== strName = SettingsStorage.Name ==== C++ ==== BSTR strName; HRESULT hr = SettingsStorage.get_Name(&strName); ===== See Also ===== [[:scripting:api:settings-storage:start|ISettingsStorage]] ~~NOTOC~~