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


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

.NET Related Topics

Using the schema creator