Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataCollectorTypeUriAttribute::TypeUri Property

 

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)

public:
property String^ TypeUri {
	String^ get();
}

Property Value

Type: System::String^

A string that contains the URI that uniquely identifies the type of the diagnostic data adapter.

Return to top
Show: