DataCollectorConfigurationEditorTypeUriAttribute.TypeUri Property

Gets the URI that uniquely identifies the type of the diagnostic data adapter configuration editor.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public ReadOnly Property TypeUri As String
public string TypeUri { get; }
public:
property String^ TypeUri {
    String^ get ();
}
member TypeUri : string
function get TypeUri () : String

Property Value

Type: System.String
A string that contains the URI for the type of the diagnostic data adapter configuration editor.

.NET Framework Security

See Also

Reference

DataCollectorConfigurationEditorTypeUriAttribute Class

Microsoft.VisualStudio.TestTools.Execution Namespace

Other Resources

How to: Create a Diagnostic Data Adapter