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: XmlElement
An XML element that contains the configuration for 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.