EventLogRecord.Qualifiers 属性

定义

获取用于事件标识的限定符数。Gets qualifier numbers that are used for event identification.

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

属性值

Nullable<Int32>

返回整数值。Returns an integer value. 此值可为 NULL。This value can be null.

适用于