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 EventCode As Integer
Get
Set
property int EventCode {
int get ();
void set (int value);
}
abstract EventCode : int with get, set
Property Value
Type:
Int32
The event code.
See Also