adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IScriptParameters Interface / ExecutionType Property


In This Topic
    ExecutionType Property (IScriptParameters)
    In This Topic
    The type (source) of execution.
    Syntax
    'Declaration
     
    
    ReadOnly Property ExecutionType As Nullable(Of ExecutionType)
    Nullable<ExecutionType> ExecutionType {get;}
    property Nullable<ExecutionType> ExecutionType {
       Nullable<ExecutionType> get();
    }
    See Also