StructuredTraceSource CreateEventId Property CleanCode C# Libraries v1.2.03 API
Gets or sets the event ID associated with instantiating a StructuredTraceSource.

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

public int CreateEventId { get; set; }

Field Value

The create event id.
Remarks

The default is 5905.
See Also