DataSource.Provider Property

Gets the provider-invariant name for this data source. Example: System.Data.OleDb.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property Provider As String
public string Provider { get; }
public:
property String^ Provider {
    String^ get ();
}
member Provider : string
function get Provider () : String

Property Value

Type: System.String
The provider-invariant name for this data source.

.NET Framework Security

See Also

Reference

DataSource Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace