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; }
<DataMemberAttribute>
Public Property EventCode As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int EventCode {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract EventCode : int with get, set
[<DataMemberAttribute>]
override EventCode : int with get, set
Property Value
Type:
Int32
The event code.
Implements
IEventInfoEventCodeSee Also