ServiceModelActivationSectionGroup.Diagnostics Property

Definition

Gets the diagnostics configuration section.

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

Property Value

A DiagnosticSection instance that contains the diagnostics configuration section.

Applies to