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


IReferenceDataTable.Name Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReferenceDataTable Interface > IReferenceDataTable.Name Property
ArcGIS Developer Help

IReferenceDataTable.Name Property

Name of the reference data table.

[Visual Basic .NET]
Public ReadOnly Property Name As ITableName
[C#]
public ITableName Name {get;}
[C++]
HRESULT get_Name(
  ITableName** Name
);
[C++]
Parameters
Name [out, retval]

Name is a parameter of type ITableName**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns a TableName object that describes the data source.

See Also

IReferenceDataTable Interface