ServiceRpcDescriptor.RpcConnection.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:
abstract property System::Diagnostics::TraceSource ^ TraceSource { System::Diagnostics::TraceSource ^ get(); void set(System::Diagnostics::TraceSource ^ value); };
public abstract System.Diagnostics.TraceSource TraceSource { get; set; }
member this.TraceSource : System.Diagnostics.TraceSource with get, set
Public MustOverride Property TraceSource As TraceSource