This document is archived and information here might be outdated. Recommended version. |
The forward path label for the relationship class.
[Visual Basic .NET]
Public ReadOnly Property ForwardPathLabel As String
[C#]
public string ForwardPathLabel {get;}
[C++]
HRESULT get_ForwardPathLabel(
System.String* ForwardLabel
);
[C++] Parameters ForwardLabel [out, retval]
ForwardLabel is a parameter of type BSTR*
The ForwardPathLabel property returns the path label for the forward direction path. An example can be shown by using a relationship between a pump station and its pumps. A forward path label may be something like "Contains". It would be read as a pump station 'Contains' pumps.