EndToEndTracingElement::ActivityTracing Property

.NET Framework (current version)
 

Gets a value that indicates whether activity tracing is enabled.

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

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

Property Value

Type: System::Boolean

true if activity tracing is enabled; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: