EventLogInformation.RecordCount 属性

定义

获取事件日志中的事件记录数。

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)

属性值

返回一个表示事件日志中的事件记录数的长整型值。 此值可为 NULL。

适用于

另请参阅