Logging.TraceSource Property

Definition

Gets the tracing source of the current logging object.

public:
 static property System::Diagnostics::TraceSource ^ TraceSource { System::Diagnostics::TraceSource ^ get(); };
public static System.Diagnostics.TraceSource TraceSource { get; }
member this.TraceSource : System.Diagnostics.TraceSource
Public Shared ReadOnly Property TraceSource As TraceSource

Property Value

A TraceSource instance.

Applies to