EventLogRecord.ProcessId 属性

定义

获取记录此事件的事件提供程序的进程标识符。

public:
 virtual property Nullable<int> ProcessId { Nullable<int> get(); };
public override int? ProcessId { get; }
member this.ProcessId : Nullable<int>
Public Overrides ReadOnly Property ProcessId As Nullable(Of Integer)

属性值

返回整数值。 此值可为 NULL。

适用于

另请参阅