ServiceModelSectionGroup.Diagnostic Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.