EventLogInformation.RecordCount 属性
定义
获取事件日志中的事件记录数。Gets the number of event records in the event log.
public:
property Nullable<long> RecordCount { Nullable<long> get(); };
public long? RecordCount { get; }
member this.RecordCount : Nullable<int64>
Public ReadOnly Property RecordCount As Nullable(Of Long)
属性值
返回一个表示事件日志中的事件记录数的长整型值。Returns a long value that represents the number of event records in the event log. 此值可为 NULL。This value can be null.