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


IRelateInfo2.KeyField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRelateInfo2 Interface > IRelateInfo2.KeyField Property
ArcGIS Developer Help

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(
  System.String* 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