DiagnosticSection.EndToEndTracing 属性

定义

获取 EndToEndTracingElement 实例中指定的端对端跟踪配置设置。

public:
 property System::ServiceModel::Configuration::EndToEndTracingElement ^ EndToEndTracing { System::ServiceModel::Configuration::EndToEndTracingElement ^ get(); };
[System.Configuration.ConfigurationProperty("endToEndTracing", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Configuration.EndToEndTracingElement EndToEndTracing { get; }
[<System.Configuration.ConfigurationProperty("endToEndTracing", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.EndToEndTracing : System.ServiceModel.Configuration.EndToEndTracingElement
Public ReadOnly Property EndToEndTracing As EndToEndTracingElement

属性值

EndToEndTracingElement

返回 EndToEndTracingElement,其中包含端对端跟踪配置设置。

属性

适用于