Name of the Table.
[Visual Basic .NET] Public Property TableName As String
[C#] public string TableName {get; set;}
[C++]
HRESULT get_TableName(
BSTR* pTableName
);
[C++]
HRESULT put_TableName(
BSTR pTableName
);
[C++]Parameters
pTableName [out, retval] pTableName is a parameter of type BSTR pTableName [in] pTableName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Note: MapServer API does not provide any way to explore and find out FeatureClass/Table name from any registered workspace, therefore you need to find out that information from the author.