adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IEventLogMonitorParameters Interface / Category Property


In This Topic
    Category Property (IEventLogMonitorParameters)
    In This Topic
    The category for the event.
    Syntax
    'Declaration
     
    
    ReadOnly Property Category As Integer
    int Category {get;}
    property int Category {
       int get();
    }
    Remarks
    Category ID numbers are determined by the source application and do not have the same meaning for different sources.
    See Also