scripting:api:settings-storage:name

Name

Property of ISettingsStorage

Returns storage name

Read-Only Property of type BSTR

var strName = SettingsStorage.Name;

==== Visual Basic Script ====

strName = SettingsStorage.Name

==== C++ ====

BSTR strName;
HRESULT hr = SettingsStorage.get_Name(&strName);

===== See Also ===== ISettingsStorage