EventLogLink.IsImported 属性
定义
获取一个布尔值,该值确定是否导入了事件日志,而不是确定是否在事件提供程序中定义了事件日志。Gets a Boolean value that determines whether the event log is imported, rather than defined in the event provider. 在其他提供程序中定义导入的事件日志。An imported event log is defined in a different provider.
public:
property bool IsImported { bool get(); };
public bool IsImported { get; }
member this.IsImported : bool
Public ReadOnly Property IsImported As Boolean
属性值
如果事件提供程序已导入事件日志,则返回 true;如果事件提供程序没有导入事件日志,则返回 false。Returns true if the event log is imported by the event provider, and returns false if the event log is not imported by the event provider.