Share via


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
function get DataSourceProviderName () : String

Property Value

Type: System.String
The name of the data source provider.

.NET Framework Security

See Also

Reference

DataSourceAttribute Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace