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