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


In This Topic
    ScriptFile Property
    In This Topic
    The path and filename of the external script to execute.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property ScriptFile As String
    [CanBeNull()]
    public string ScriptFile {get; set;}
    [CanBeNull()]
    public:
    property String^ ScriptFile {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    The file must be a valid script for the specified ScriptFileLanguage.

    You must set either ScriptFile or Script

    See Also