adTempus API
ArcanaDevelopment.adTempus.Client Namespace / EventLogMonitor Class / EventTypes Property


In This Topic
    EventTypes Property
    In This Topic
    The type(s) of events to trigger for
    Syntax
    'Declaration
     
    
    Public Property EventTypes As Integer
    public int EventTypes {get; set;}
    public:
    property int EventTypes {
       int get();
       void set (    int value);
    }
    Remarks
    Set to 0 for all event types. Otherwise set to any combination of the System.Diagnostics.EventLogEntryType values
    See Also