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


IArchiveRegistrationInfo.OIDFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IArchiveRegistrationInfo Interface > IArchiveRegistrationInfo.OIDFieldName Property
ArcGIS Developer Help

IArchiveRegistrationInfo.OIDFieldName Property

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(
  System.String* 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

Product Availability

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

Remarks

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".

See Also

IArchiveRegistrationInfo Interface