ArcObjects Library Reference (Carto)  

IMapTableInfo2.OIDFieldName Property

The name of the OID Field.

[Visual Basic .NET]
Public ReadOnly Property OIDFieldName As String
[C#]
public string OIDFieldName {get;}
[C++]
HRESULT get_OIDFieldName(
  BSTR* OIDFieldName
);
[C++]

Parameters

OIDFieldName [out, retval]   OIDFieldName is a parameter of type BSTR

Product Availability

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

See Also

IMapTableInfo2 Interface