ArcObjects Library Reference (GeoDatabase)  

IDETable.OIDFieldName Property

The name of the OID Field.

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

Parameters

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

Product Availability

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

See Also

IDETable Interface