EventId Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies a logging event.
public ref class EventId
public class EventId
type EventId = class
Public Class EventId
- Inheritance
-
EventId
Remarks
The primary identifier is the "Id" property, with the "Name" property providing a short description of this type of event.
Constructors
EventId(Int32, String) |
Initializes a new instance of the EventId class. |
Properties
Id |
Gets the numeric identifier for this event. |
Name |
Gets the name of this event. |