Click or drag to resize

EventInfoRecordNumber Property

Win32_NTLogEvent: Identifies the event within the Windows event log file. This is specific to the log file and is used together with the log file name to uniquely identify an instance of this class.

Namespace:  Xcalibur.Models.Events
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public int RecordNumber { get; set; }

Property Value

Type: Int32
The record number.

Implements

IEventInfoRecordNumber
See Also