Share via


IDataCollectorInformation.ConfigurationEditorConfiguration Property

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

'Declaration
Property ConfigurationEditorConfiguration As XmlElement
XmlElement ConfigurationEditorConfiguration { get; set; }
property XmlElement^ ConfigurationEditorConfiguration {
    XmlElement^ get ();
    void set (XmlElement^ value);
}
abstract ConfigurationEditorConfiguration : XmlElement with get, set
function get ConfigurationEditorConfiguration () : XmlElement 
function set ConfigurationEditorConfiguration (value : XmlElement)

Property Value

Type: XmlElement
An XML element that contains the configuration that is used to configure the editor of the data collector.

.NET Framework Security

See Also

Reference

IDataCollectorInformation Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace