CustomMonitoringEvent.LevelId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns a Int32, the identifier for the level of the event.
- Attributes