EndToEndTracingElement::MessageFlowTracing Property

.NET Framework (current version)
 

Gets a value that indicates whether message flow tracing in enabled.

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

public:
[ConfigurationPropertyAttribute("messageFlowTracing", DefaultValue = false)]
property bool MessageFlowTracing {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true is message flow tracing is enabled; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: