Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the default table in the DataSet that is returned from the Data property.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
DataTable DefaultTable { get; }
property DataTable^ DefaultTable {
DataTable^ get();
}
abstract DefaultTable : DataTable with get
ReadOnly Property DefaultTable As DataTable
Property Value
Type: System.Data.DataTable
The default table.
See Also
DataTable
Data
ITestCase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top