Share via


DataCollectorSettings.DefaultConfiguration Property

Gets the default configuration of the diagnostic data adapter.

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

Syntax

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

Property Value

Type: XmlElement
An XML element that contains the default configuration of the diagnostic data adapter.

.NET Framework Security

See Also

Reference

DataCollectorSettings Class

Microsoft.VisualStudio.TestTools.Execution Namespace