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. ====== Named ====== Property of [[:scripting:api:wsh-arguments:start|IWshArguments]] ===== Description ===== Returns a collection of named arguments ===== Property type ===== Read-Only Property of type **[[:scripting:api:wsh-arguments:start|IWshArguments]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pArguments = WshArguments.Named; </code>==== Visual Basic Script ==== <code vb> pArguments = WshArguments.Named </code>==== C++ ==== <code cpp> CComPtr<IWshArguments> pArguments; HRESULT hr = WshArguments.get_Named(&pArguments); </code>===== See Also ===== [[:scripting:api:wsh-arguments:start|IWshArguments]] ~~NOTOC~~