ServiceJsonRpcDescriptor.JsonRpcConnection.TraceSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the TraceSource that receives log messages regarding the RPC connection.
public:
virtual property System::Diagnostics::TraceSource ^ TraceSource { System::Diagnostics::TraceSource ^ get(); void set(System::Diagnostics::TraceSource ^ value); };
public override System.Diagnostics.TraceSource TraceSource { get; set; }
member this.TraceSource : System.Diagnostics.TraceSource with get, set
Public Overrides Property TraceSource As TraceSource