IEventInfoLogFile Property |
Win32_NTLogEvent: Name of Windows event log file. Together with RecordNumber, this is
used 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 string LogFile { get; set; }
Property LogFile As String
Get
Set
property String^ LogFile {
String^ get ();
void set (String^ value);
}
abstract LogFile : string with get, set
Property Value
Type:
String
The log file.
See Also