System.Diagnostics.Eventing.Reader.EventLogLink
Represents a link between an event provider and an event log that the provider publishes events into. This object cannot be instantiated.
namespace System.Diagnostics.Eventing.Reader
{
public sealed class EventLogLink
{
public string DisplayName { get; }
public bool IsImported { get; }
public string LogName { get; }
}
}