ArcObjects Library Reference (GeoDatabase)  

IRelationshipClass.DestinationPrimaryKey Property

The relationship destination primary Key.

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

Parameters

relDestPKey [out, retval]   relDestPKey is a parameter of type BSTR

Product Availability

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

See Also

IRelationshipClass Interface