adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / EventLogMonitorCollection Class
Members


In This Topic
    EventLogMonitorCollection Class
    In This Topic
    Object Model
    EventLogMonitorCollection ClassEventLogMonitor Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class EventLogMonitorCollection 
       Inherits ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT(Of EventLogMonitor)
    [DefaultMember("Item")]
    public ref class EventLogMonitorCollection sealed : public ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT<EventLogMonitor> 
    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.Collections.ObjectCollectionT<T>
          ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT<T>
             ArcanaDevelopment.adTempus.Client.Collections.EventLogMonitorCollection

    See Also