adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ScriptExecutionTask Class / CommandLineParameters Property

In This Topic
    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