ServiceModelActivationSectionGroup.Diagnostics 属性

定义

获取诊断配置节。

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

属性值

一个包含诊断配置节的 DiagnosticSection 实例。

适用于