ScriptArguments
Property of IScriptApplication
Description
Script arguments
Property type
Read-Only Property of type VARIANT
Syntax
JavaScript
var Arguments = ScriptApplication.ScriptArguments;
Visual Basic Script
Arguments = ScriptApplication.ScriptArguments
C++
VARIANT Arguments; HRESULT hr = ScriptApplication.get_ScriptArguments(&Arguments);