StructuredTraceSource EnterEventId Property CleanCode C# Libraries v1.2.03 API
Gets or sets the event ID associated with entering a regular method (i.e. not an event handler method).

Namespace: CleanCode.Diagnostics
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public int EnterEventId { get; set; }

Field Value

The enter event id.
Remarks

The default is 5901.
See Also