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 configuration that is used to configure the editor of the data collector.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
XmlElement ConfigurationEditorConfiguration { get; set; }
property XmlElement^ ConfigurationEditorConfiguration {
XmlElement^ get();
void set(XmlElement^ value);
}
abstract ConfigurationEditorConfiguration : XmlElement with get, set
Property ConfigurationEditorConfiguration As XmlElement
Property Value
Type: System.Xml.XmlElement
An XML element that contains the configuration that is used to configure the editor of the data collector.
See Also
IDataCollectorInformation Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top