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