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


In This Topic
    Keywords Property
    In This Topic
    Comma-delimited list of keywords for the event.
    Syntax
    'Declaration
     
    
    Property Keywords As String
    string Keywords {get; set;}
    property String^ Keywords {
       String^ get();
       void set (    String^ value);
    }
    See Also