Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataSourceAttribute::DataSourceSettingName Property

 

Gets a value indicating the setting name used to identify data source connection information stored in a configuration file.

Namespace:   Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

public:
property String^ DataSourceSettingName {
	String^ get();
}

Property Value

Type: System::String^

The name of a data source found in the <microsoft.visualstudio.qualitytools> section in the app.config file.

Return to top
Show: