Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default configuration for the data collector.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
XmlElement DefaultConfiguration { get; set; }
property XmlElement^ DefaultConfiguration {
XmlElement^ get();
void set(XmlElement^ value);
}
abstract DefaultConfiguration : XmlElement with get, set
Property DefaultConfiguration As XmlElement
Property Value
Type: System.Xml.XmlElement
An XML element that contains the default configuration for the data collector.
See Also
IDataCollectorInformation Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top