DataCollectorSettings.Configuration Property

Gets or sets the configuration for the diagnostic data adapter.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Property Configuration As XmlElement
public XmlElement Configuration { get; set; }
public:
property XmlElement^ Configuration {
    XmlElement^ get ();
    void set (XmlElement^ value);
}
member Configuration : XmlElement with get, set
function get Configuration () : XmlElement
function set Configuration (value : XmlElement)

Property Value

Type: System.Xml.XmlElement
An XML element that contains the configuration for the diagnostic data adapter.

.NET Framework Security

See Also

Reference

DataCollectorSettings Class

Microsoft.VisualStudio.TestTools.Execution Namespace

CollectorNameValueConfigurationReader