Share via


EventRecord.ProcessId 属性

定义

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

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

属性值

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

适用于

另请参阅