Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
API Reference for Testing Tools for Visual Studio ALM
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)
Visual Basic
Public Property DataSources As DataSourceCollection
C#
public DataSourceCollection DataSources { get; internal set; }
Visual C++
public:
property DataSourceCollection^ DataSources {
    DataSourceCollection^ get ();
    internal: void set (DataSourceCollection^ value);
}
F#
member DataSources : DataSourceCollection with get, internal set
JScript
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.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker