'Declaration Public Property LogName As String
'Declaration
Public Property LogName As String
public string LogName {get; set;}
public: property String^ LogName { String^ get(); void set ( String^ value); }
Specifies which event log this monitor will read. You must specify a valid log name on the adTempus server.
Scheduler.GetEventLogs can be used to retrieve information about the available event logs on the server.
EventLogMonitor Class EventLogMonitor Members