EventLogRecord.Level 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得事件的等級。 這個等級表示事件的嚴重性。 如需等級名稱,請取得 LevelDisplayName 屬性的值。
public:
virtual property Nullable<System::Byte> Level { Nullable<System::Byte> get(); };
public override byte? Level { get; }
member this.Level : Nullable<byte>
Public Overrides ReadOnly Property Level As Nullable(Of Byte)
屬性值
傳回位元組值。 這個值可以是 Null。
備註
標準事件層級定義於 列舉中 StandardEventLevel 。