Share via


EventRecord.Level 屬性

定義

取得事件的等級。 這個等級表示事件的嚴重性。 如需等級名稱,請取得 LevelDisplayName 屬性的值。

public:
 abstract property Nullable<System::Byte> Level { Nullable<System::Byte> get(); };
public abstract byte? Level { get; }
member this.Level : Nullable<byte>
Public MustOverride ReadOnly Property Level As Nullable(Of Byte)

屬性值

傳回位元組值。 這個值可以是 Null。

備註

標準事件層級定義於 列舉中 StandardEventLevel

適用於

另請參閱