Freigeben über


IDataCollectorInformation.ConfigurationEditorTypeUri-Eigenschaft

Ruft den Typ-URI (Uniform Resource Identifier) für den Konfigurations-Editor des Datensammlers ab oder legt ihn fest.

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)

Eigenschaftswert

Typ: Uri
Der Typ-URI für den Konfigurations-Editor des Datensammlers.

.NET Framework-Sicherheit

Siehe auch

Referenz

IDataCollectorInformation Schnittstelle

Microsoft.TeamFoundation.TestManagement.Client-Namespace