This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPRelationshipClassKey Interface > IGPRelationshipClassKey.KeyRole Property (ArcObjects .NET 10.5 SDK) |
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