'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As String _
) As Table
'Usage
Dim instance As Tables
Dim name As String
Dim value As Table
value = instance.Item(name)
public Table Item(
string
) {get;}
Parameters
- name
- A string value indicates the table name.
Property Value
A
Table value represents the specified
Table.