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


IMemoryRelationshipClassName.OriginPrimaryKey Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IM > IMemoryRelationshipClassName Interface > IMemoryRelationshipClassName.OriginPrimaryKey Property
ArcGIS Developer Help

IMemoryRelationshipClassName.OriginPrimaryKey Property

Origin primary key field name.

[Visual Basic .NET]
Public Property OriginPrimaryKey As String
[C#]
public string OriginPrimaryKey {get; set;}
[C++]
HRESULT get_OriginPrimaryKey(
  System.String* OriginPrimaryKey
);
[C++]
HRESULT put_OriginPrimaryKey(
  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 OriginName property.

See Also

IMemoryRelationshipClassName Interface