OperationalEventSource Property

Component that generated the event. By convention, it should be a fully-qualified name of the class type generating the event. If not set on construction, it will be set by Source upon adding to the trace.

Definition

Namespace: Quine.Schemas.Core.Eventing
Assembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
public string Source { get; protected set; }

Property Value

String

Remarks

Setter is internal protected. It does not overwrite an existing value. This property exists alos on the event because traces from multiple sources can be concatenated into a single trace.

See Also