This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IArchiveRegistrationInfo Interface > IArchiveRegistrationInfo.OIDFieldName Property (ArcObjects .NET 10.5 SDK) |
The name of the archive object id field.
[Visual Basic .NET] Public Property OIDFieldName As String
[C#] public string OIDFieldName {get; set;}
[C++]
HRESULT get_OIDFieldName(
BSTR* oidField
);
[C++]
HRESULT put_OIDFieldName(
BSTR oidField
);
[C++]
Parameters oidField [out, retval] oidField is a parameter of type BSTR oidField [in] oidField is a parameter of type BSTR
The OIDFieldName property is used to specify the field name for the archive object identifier field which is a unique field that is maintained in the archive table. If no user defined name is specified the field name will default to "GDB_ARCHIVE_OID".