TraceMessageEvent.ComponentId 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.
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.