Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MsmqBindingBase::UseMsmqTracing Property

 

Gets or sets a value that indicates whether messages processed by this binding should be traced.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property bool UseMsmqTracing {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if messages processed by this binding should be traced; otherwise, false. The default is false.

When tracing is enabled, report messages are created and sent to the report queue each time the message leaves or arrives at a Message Queuing (MSMQ) computer.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft