ModelTableNames.Item(Object) Method

Definition

Returns a single object from the ModelTableNames collection.

public:
 System::String ^ Item(System::Object ^ Index);
public string Item (object Index);
Public Function Item (Index As Object) As String

Parameters

Index
Object

The index number or name of the object.

Returns

Applies to