adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Script Class / IncludeScripts Property


In This Topic
    IncludeScripts Property
    In This Topic
    Additional scripts to be deployed when this script is executed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IncludeScripts As ScriptCollection
    public ScriptCollection IncludeScripts {get;}
    public:
    property ScriptCollection^ IncludeScripts {
       ScriptCollection^ get();
    }
    Remarks
    IncludeScripts are used only when the script is a batch file or PowerShell script. Any scripts referenced in IncludeScripts are written out to the ADTJobTemp directory when the target script is executed.
    See Also