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