CustomMonitoringEvent.LevelId Property

Definition

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

public:
 property int LevelId { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public int LevelId { get; set; }
member this.LevelId : int with get, set
Public Property LevelId As Integer

Property Value

Int32

Returns a Int32, the identifier for the level of the event.

Attributes

Applies to