共用方式為


EventLogInformation.RecordCount 屬性

定義

取得事件記錄 (Log) 中事件記錄 (Record) 的數目。

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)

屬性值

傳回長數值,表示事件記錄 (Log) 中事件記錄 (Record) 的數目。 這個值可以是 Null。

適用於

另請參閱