|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IArchiveRegistrationInfo Interface > IArchiveRegistrationInfo.ArchiveTableName Property (ArcObjects .NET 10.4 SDK) | 
The name of the archive table.
[Visual Basic .NET] Public Property ArchiveTableName As String
[C#] public string ArchiveTableName {get; set;}
[C++]
HRESULT get_ArchiveTableName(
  BSTR* ArchiveTableName
);
[C++]
HRESULT put_ArchiveTableName(
  BSTR ArchiveTableName
);
[C++]
Parameters ArchiveTableName [out, retval] ArchiveTableName is a parameter of type BSTR ArchiveTableName [in] ArchiveTableName is a parameter of type BSTR
The ArchiveTableName property is used to specify a table's name for the archive table that is created when a dataset is registered for archiving. If no name is specified through the ArchiveTableName property the name will default to the object name appended with an "_H", for example "PARCELS_H".