Share via


MonitoringEvent.LevelId Property

Definition

The level id for of this event (e.g. Informational).

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

Property Value

Returns a Int32 identifier for the level of the event.

Applies to