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 with get
function get TypeUri () : String
Property Value
Type: String
A string that contains the URI for the type of the diagnostic data adapter configuration editor.
.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.
See Also
Reference
DataCollectorConfigurationEditorTypeUriAttribute Class
Microsoft.VisualStudio.TestTools.Execution Namespace