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


In This Topic
    ExcludeEvents Property
    In This Topic
    Comma-separated list of event IDs to ignore
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property ExcludeEvents As String
    [CanBeNull()]
    public string ExcludeEvents {get; set;}
    [CanBeNull()]
    public:
    property String^ ExcludeEvents {
       String^ get();
       void set (    String^ value);
    }
    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 ignore. Event IDs are specific to the Sources being monitored
    See Also