EndToEndTracingElement::PropagateActivity Property

.NET Framework (current version)
 

Gets a value that indicates whether the propagate attribute is set to true.

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

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

Property Value

Type: System::Boolean

true if the propagate activity attribute is set to true; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: