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


IMapTableInfo2.OIDFieldName Property (ArcObjects .NET 10.5 SDK)
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