DataSourceAttribute.DataSourceProviderName Property
Gets the name of the data source provider.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property DataSourceProviderName As String
public string DataSourceProviderName { get; }
public:
property String^ DataSourceProviderName {
String^ get ();
}
member DataSourceProviderName : string with get
function get DataSourceProviderName () : String
Property Value
Type: String
The name of the data source provider.
.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.