MonitoringEvent.CategoryId Property

Definition

The category id of the Event.

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

Property Value

Returns a Int32 category identifier for the event.

Applies to