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


IRelationshipClass.DestinationPrimaryKey Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelationshipClass Interface > IRelationshipClass.DestinationPrimaryKey Property
ArcGIS Developer Help

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