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


IMemoryRelationshipClassName.OriginForeignKey Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IMemoryRelationshipClassName.OriginForeignKey Property

Origin foreign key field name.

[Visual Basic .NET]
Public Property OriginForeignKey As String
[C#]
public string OriginForeignKey {get; set;}
[C++]
HRESULT get_OriginForeignKey(
  BSTR* OriginPrimaryKey
);
[C++]
HRESULT put_OriginForeignKey(
  BSTR OriginPrimaryKey
);
[C++]

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

Product Availability

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

Remarks

This is the name of the field from the table referenced by the DestinationName property.

See Also

IMemoryRelationshipClassName Interface