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

In This Topic
    IncludeEvents Property
    In This Topic
    Comma-separated list of event IDs to trigger for
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property IncludeEvents As String
    [CanBeNull()]
    public string IncludeEvents {get; set;}
    Remarks
    Set to a null reference (Nothing in Visual Basic) or an empty string to ignore the event ID when filtering. Otherwise set to a comma-separated list of the event(s) to trigger for. Event IDs are specific to the Sources being monitored
    See Also