<PackageReference Include="System.Diagnostics.EventLog" Version="9.0.0-rc.1.24431.7" />

EventKeyword

public sealed class EventKeyword
Represents a keyword for an event. Keywords are defined in an event provider and are used to group the event with other similar events (based on the usage of the events).
public string DisplayName { get; }

Gets the localized name of the keyword.

public string Name { get; }

Gets the non-localized name of the keyword.

public long Value { get; }

Gets the numeric value associated with the keyword.