DiagnosticEvent.EventId Property
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.
Gets the event id for this DiagnosticEvent.
public:
property int EventId { int get(); };
public:
property int EventId { int get(); };
public int EventId { get; }
member this.EventId : int
Public ReadOnly Property EventId As Integer