次の方法で共有


EventLogEntry.Index プロパティ

イベント ログでのエントリのインデックスを取得します。

Public ReadOnly Property Index As Integer
[C#]
public int Index {get;}
[C++]
public: __property int get_Index();
[JScript]
public function get Index() : int;

プロパティ値

イベント ログに存在するエントリのインデックス。

解説

この番号は必ずしも 0 から始まりません。

必要条件

プラットフォーム: Windows NT Server 4.0, Windows NT Workstation 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

EventLogEntry クラス | EventLogEntry メンバ | System.Diagnostics 名前空間