This document is archived and information here might be outdated.  Recommended version.


ITableDataSourceDescription.TableName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITableDataSourceDescription Interface > ITableDataSourceDescription.TableName Property
ArcGIS Developer Help

ITableDataSourceDescription.TableName Property

Name of the Table.

[Visual Basic .NET]
Public Property TableName As String
[C#]
public string TableName {get; set;}
[C++]
HRESULT get_TableName(
  System.String* 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.

See Also

ITableDataSourceDescription Interface