adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IProcessTriggerParameters Interface / TriggerEvent Property


In This Topic
    TriggerEvent Property
    In This Topic
    The type of event that occurred for this process.
    Syntax
    'Declaration
     
    
    ReadOnly Property TriggerEvent As ProcessTriggerOptions
    ProcessTriggerOptions TriggerEvent {get;}
    property ProcessTriggerOptions TriggerEvent {
       ProcessTriggerOptions get();
    }
    See Also