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


IRelationshipClassInfo.RelationshipClassName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelationshipClassInfo Interface > IRelationshipClassInfo.RelationshipClassName Property
ArcGIS Developer Help

IRelationshipClassInfo.RelationshipClassName Property

The relationship classes to replicate.

[Visual Basic .NET]
Public ReadOnly Property RelationshipClassName As IRelationshipClassName
[C#]
public IRelationshipClassName RelationshipClassName {get;}
[C++]
HRESULT get_RelationshipClassName(
  IRelationshipClassName** RelationshipClassName
);
[C++]
Parameters
RelationshipClassName [out, retval]

RelationshipClassName is a parameter of type IRelationshipClassName**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRelationshipClassInfo Interface