Share via


ServiceModelSectionGroup.Diagnostic 속성

정의

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

속성 값

WCF의 진단 기능에 대 한 구성 섹션입니다.

설명

diagnostics 섹션에는 WCF의 진단 기능 설정이 포함 됩니다. 사용자는 추적, 성능 카운터 및 WMI 공급자를 사용하거나 사용하지 않도록 설정하고 사용자 지정 메시지 필터를 추가할 수 있습니다.

적용 대상