Click or drag to resize

IEventInfoEventCode Property

Win32_NTLogEvent: Value of the lower 16-bits of the EventIdentifier property. It is present to match the value displayed in the Windows Event Viewer.

Namespace:  Xcalibur.Models.Events
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
int EventCode { get; set; }

Property Value

Type: Int32
The event code.
See Also