ServiceModelSectionGroup.Diagnostic Property

Definition

Gets the configuration section for the diagnostics features of WCF.

public:
 property System::ServiceModel::Configuration::DiagnosticSection ^ Diagnostic { System::ServiceModel::Configuration::DiagnosticSection ^ get(); };
public System.ServiceModel.Configuration.DiagnosticSection Diagnostic { get; }
member this.Diagnostic : System.ServiceModel.Configuration.DiagnosticSection
Public ReadOnly Property Diagnostic As DiagnosticSection

Property Value

The configuration section for the diagnostics features of WCF.

Remarks

The diagnostics section contains settings for the diagnostics features of WCF. The user can enable/disable tracing, performance counters, and the WMI provider, and can add custom message filters.

Applies to