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 [out, retval]Role is a parameter of type esriRelKeyRole
Role [in]Role is a parameter of type esriRelKeyRole
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.