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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.