Key type for the relationship class (Dual or Single).
[Visual Basic .NET] Public Property KeyType As esriRelKeyType
[C#] public esriRelKeyType KeyType {get; set;}
[C++]
HRESULT get_KeyType(
esriRelKeyType* KeyType
);
[C++]
HRESULT put_KeyType(
esriRelKeyType KeyType
);
[C++]Parameters
KeyType [out, retval]KeyType is a parameter of type esriRelKeyType
KeyType [in]KeyType is a parameter of type esriRelKeyType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.