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

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

Property Value

Type: System.Uri

The type URI for the configuration editor for the data collector.

See Also

IDataCollectorInformation Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top