adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IResponseActionScriptParameters Interface / EventID Property


In This Topic
    EventID Property (IResponseActionScriptParameters)
    In This Topic
    The event that this action is being executed in response to.
    Syntax
    'Declaration
     
    
    ReadOnly Property EventID As JobEvent
    JobEvent EventID {get;}
    property JobEvent EventID {
       JobEvent get();
    }
    See Also