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


IGPRelationshipClassKey.KeyRole Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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