Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the URI that uniquely identifies the type of the diagnostic data adapter.
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 that uniquely identifies the type of the diagnostic data adapter.
.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
DataCollectorTypeUriAttribute Class
Microsoft.VisualStudio.TestTools.Execution Namespace