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 定义。

适用于

另请参阅