CommandLineParameters Property (ScriptExecutionTask)
In This Topic
Specifies the command-line parameters (arguments) to pass to the script.
Syntax
'Declaration
Public Property CommandLineParameters As String
public string CommandLineParameters {get; set;}
See Also