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::TableName Property

 

Gets a value indicating the table name providing data.

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

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

Property Value

Type: System::String^

The table name providing data for the test.

To set this attribute property, see .b8c785ec-f678-4513-9b93-d22da467c698

Return to top
Show: