Share via


IDataCollectorInformation.ConfigurationEditorTypeUri Property

Gets or sets the type uniform resource identifier (URI) for the configuration editor for the data collector.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

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

Property Value

Type: Uri
The type URI for the configuration editor for the data collector.

.NET Framework Security

See Also

Reference

IDataCollectorInformation Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace