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)
Syntax
'Declaration
Public Property DataSources As DataSourceCollection
public DataSourceCollection DataSources { get; internal set; }
public:
property DataSourceCollection^ DataSources {
DataSourceCollection^ get ();
internal: void set (DataSourceCollection^ value);
}
member DataSources : DataSourceCollection with get, internal set
function get DataSources () : DataSourceCollection
internal function set DataSources (value : DataSourceCollection)
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.DataSourceCollection
The collection of data sources that are defined for the Web performance test.
.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.