DiagnosticSection::EndToEndTracing Property

.NET Framework (current version)
 

Gets the End-to-End tracing configuration settings specified in a EndToEndTracingElement instance.

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

public:
[ConfigurationPropertyAttribute("endToEndTracing", Options = ConfigurationPropertyOptions::None)]
property EndToEndTracingElement^ EndToEndTracing {
	EndToEndTracingElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::EndToEndTracingElement^

Returns EndToEndTracingElement, which contains End-to-End tracing configuration settings.

.NET Framework
Available since 4.0
Return to top
Show: