EventLogRecord.ContainerLog 属性

定义

获取在其中存储事件的事件日志或事件日志文件的名称。Gets the name of the event log or the event log file in which the event is stored.

public:
 property System::String ^ ContainerLog { System::String ^ get(); };
public string ContainerLog { get; }
member this.ContainerLog : string
Public ReadOnly Property ContainerLog As String

属性值

String

返回一个包含在其中存储事件的事件日志或事件日志文件的名称的字符串。Returns a string that contains the name of the event log or the event log file in which the event is stored.

适用于