DataCollectorSettings.Configuration 属性

定义

获取或设置诊断数据适配器的配置。

public:
 property System::Xml::XmlElement ^ Configuration { System::Xml::XmlElement ^ get(); void set(System::Xml::XmlElement ^ value); };
public System.Xml.XmlElement Configuration { get; set; }
member this.Configuration : System.Xml.XmlElement with get, set
Public Property Configuration As XmlElement

属性值

XmlElement

一个 XML 元素,该元素包含诊断数据适配器的配置。

适用于