共用方式為


EventLogRecord.Id 屬性

定義

取得這個事件的識別項。 所有具有這個識別項值的事件都表示相同的事件型別。

public:
 virtual property int Id { int get(); };
public override int Id { get; }
member this.Id : int
Public Overrides ReadOnly Property Id As Integer

屬性值

傳回整數值。 這個值可以是 Null。

適用於

另請參閱