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


IGPRelationshipClassKey.KeyRole Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPRelationshipClassKey Interface > IGPRelationshipClassKey.KeyRole Property
ArcGIS Developer Help

IGPRelationshipClassKey.KeyRole Property

The role of the key in the relationship class.

[Visual Basic .NET]
Public Property KeyRole As esriRelKeyRole
[C#]
public esriRelKeyRole KeyRole {get; set;}
[C++]
HRESULT get_KeyRole(
  esriRelKeyRole Role
);
[C++]
HRESULT put_KeyRole(
  esriRelKeyRole* Role
);
[C++]
Parameters
Role [in]

Role is a parameter of type esriRelKeyRole Role [out, retval]
Role is a parameter of type esriRelKeyRole*

Product Availability

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

See Also

IGPRelationshipClassKey Interface