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.

WebTest::DataSources Property

 

Gets the collection of data sources that are defined for the Web performance test.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property DataSourceCollection^ DataSources {
	DataSourceCollection^ get();
	internal: void set(DataSourceCollection^ value);
}

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting::DataSourceCollection^

The collection of data sources that are defined for the Web performance test.

Return to top
Show: