Get relationship key role from string.
[Visual Basic .NET] Public Function GetRelationshipKeyRoleFromString ( _ ByVal desc As String _ ) As esriRelKeyRole
[C#] public esriRelKeyRole GetRelationshipKeyRoleFromString ( string desc );
[C++]
HRESULT GetRelationshipKeyRoleFromString(
BSTR desc,
esriRelKeyRole* KeyRole
);
[C++]Parameters
desc [in] desc is a parameter of type BSTR KeyRole [out, retval]KeyRole is a parameter of type esriRelKeyRole
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.