EventInfoLogFile 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 [DataMemberAttribute]
public string LogFile { get; set; }
<DataMemberAttribute>
Public Property LogFile As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ LogFile {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract LogFile : string with get, set
[<DataMemberAttribute>]
override LogFile : string with get, set
Property Value
Type:
String
The log file.
Implements
IEventInfoLogFileSee Also