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 collection of data sources defined for the Web test.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property DataSources As DataSourceCollection
'Usage
Dim instance As WebTest
Dim value As DataSourceCollection
value = instance.DataSources
instance.DataSources = value
public DataSourceCollection DataSources { get; internal set; }
public:
property DataSourceCollection^ DataSources {
DataSourceCollection^ get ();
void set (DataSourceCollection^ value);
}
public function get DataSources () : DataSourceCollection
public function set DataSources (value : DataSourceCollection)
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.DataSourceCollection
.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.