Share via


RemoteServiceBroker.TraceSource Property

Definition

Gets or sets the TraceSource this instance will use for trace messages.

public:
 property System::Diagnostics::TraceSource ^ TraceSource { System::Diagnostics::TraceSource ^ get(); void set(System::Diagnostics::TraceSource ^ value); };
public System.Diagnostics.TraceSource TraceSource { get; set; }
member this.TraceSource : System.Diagnostics.TraceSource with get, set
Public Property TraceSource As TraceSource

Property Value

Never null.

Applies to