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


IRelateInfo2.KeyField Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRelateInfo2.KeyField Property

Keyfield of the table related to.

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

Parameters KeyField [out, retval] KeyField is a parameter of type BSTR

Product Availability

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

See Also

IRelateInfo2 Interface