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
'Declaration
ReadOnly Property DefaultTable As DataTable
DataTable DefaultTable { get; }
property DataTable^ DefaultTable {
DataTable^ get ();
}
abstract DefaultTable : DataTable
function get DefaultTable () : DataTable
Property Value
Type: System.Data.DataTable
The default table.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.