Click or drag to resize

EventInfoEventCode 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
[DataMemberAttribute]
public int EventCode { get; set; }

Property Value

Type: Int32
The event code.

Implements

IEventInfoEventCode
See Also