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


In This Topic
    Category Property (EventLogMonitor)
    In This Topic
    The category of events to trigger for
    Syntax
    'Declaration
     
    
    Public Property Category As Integer
    public int Category {get; set;}
    public:
    property int Category {
       int get();
       void set (    int value);
    }
    Remarks
    Set to 0 for all categories. Otherwise set to a valid category for the specified Sources
    See Also