EventLogRecord.Id 属性
定义
获取此事件的标识符。Gets the identifier for this event. 具有此标识符值的所有事件均表示同一类型的事件。All events with this identifier value represent the same type of event.
public:
virtual property int Id { int get(); };
public override int Id { get; }
member this.Id : int
Public Overrides ReadOnly Property Id As Integer
属性值
返回整数值。Returns an integer value. 此值可为 NULL。This value can be null.