adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ProgramExecutionTask Class / CommandLineScript Property


In This Topic
    CommandLineScript Property
    In This Topic
    The script to execute to generate the command line parameters
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property CommandLineScript As Script
    [CanBeNull()]
    public Script CommandLineScript {get; set;}
    [CanBeNull()]
    public:
    property Script^ CommandLineScript {
       Script^ get();
       void set (    Script^ value);
    }
    Remarks
    If used, adTempus will execute this script and used the result as the command line parameters for the ExecutionTarget
    See Also