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


In This Topic
    Sources Property
    In This Topic
    List of event log sources to monitor
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property Sources As ICollection(Of String)
    [NotNull()]
    public ICollection<string> Sources {get;}
    [NotNull()]
    public:
    property ICollection<String^>^ Sources {
       ICollection<String^>^ get();
    }
    Remarks
    If Sources is empty, the trigger will look at messages from all sources
    See Also