====== 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 ====
var pArguments = WshArguments.Named;
==== Visual Basic Script ====
pArguments = WshArguments.Named
==== C++ ====
CComPtr pArguments;
HRESULT hr = WshArguments.get_Named(&pArguments);
===== See Also =====
[[:scripting:api:wsh-arguments:start|IWshArguments]]
~~NOTOC~~