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。

适用于