Edit

Share via


TraceMessageEvent.ComponentId Property

Definition

Gets the ID of the component that logged the event, if available.

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

Property Value

Remarks

ProviderId and ComponentId are mutually exclusive. Both may be absent.

Applies to