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


IMemoryRelationshipClassName.BackwardPathLabel Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IM > IMemoryRelationshipClassName Interface > IMemoryRelationshipClassName.BackwardPathLabel Property
ArcGIS Developer Help

IMemoryRelationshipClassName.BackwardPathLabel Property

The back label of the relationship.

[Visual Basic .NET]
Public Property BackwardPathLabel As String
[C#]
public string BackwardPathLabel {get; set;}
[C++]
HRESULT get_BackwardPathLabel(
  System.String* backLabel
);
[C++]
HRESULT put_BackwardPathLabel(
  BSTR backLabel
);
[C++]
Parameters
backLabel [out, retval]

backLabel is a parameter of type BSTR* backLabel [in]
backLabel is a parameter of type BSTR

Product Availability

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

See Also

IMemoryRelationshipClassName Interface