adTempus API
ArcanaDevelopment.adTempus.Client.ReportingHelpers Namespace / TriggerSubClasses Class / EventLogMonitor Property


In This Topic
    EventLogMonitor Property
    In This Topic
    Returns the object as a EventLogMonitor
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EventLogMonitor As EventLogMonitor
    public EventLogMonitor EventLogMonitor {get;}
    public:
    property EventLogMonitor^ EventLogMonitor {
       EventLogMonitor^ get();
    }
    Remarks
    If IsEventLogMonitor is true this property returns the object cast as a EventLogMonitor. Otherwise it returns a null reference (Nothing in Visual Basic).
    See Also