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


IDataObjectTable.OIDPropName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataObjectTable Interface > IDataObjectTable.OIDPropName Property
ArcGIS Developer Help

IDataObjectTable.OIDPropName Property

.

[Visual Basic .NET]
Public ReadOnly Property OIDPropName As String
[C#]
public string OIDPropName {get;}
[C++]
HRESULT get_OIDPropName(
  System.String* propName
);
[C++]
Parameters
propName [out, retval]

propName is a parameter of type BSTR*

Product Availability

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

See Also

IDataObjectTable Interface