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
- 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.