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


In This Topic
    MessageMatches Property
    In This Topic
    The trigger should only fire for messages containing the specified string
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property MessageMatches As String
    [CanBeNull()]
    public string MessageMatches {get; set;}
    [CanBeNull()]
    public:
    property String^ MessageMatches {
       String^ get();
       void set (    String^ value);
    }
    See Also