This document is archived and information here might be outdated. Recommended version. |
The name of the field in the source feature class that participates in the table join.
[Visual Basic .NET]
Public Property SourceJoinField As String
[C#]
public string SourceJoinField {get; set;}
[C++]
HRESULT get_SourceJoinField(
BSTR pSourceJoinField
);
[C++]
HRESULT put_SourceJoinField(
System.String* pSourceJoinField
);
[C++] Parameters pSourceJoinField [in]
pSourceJoinField is a parameter of type BSTR pSourceJoinField [out, retval]
pSourceJoinField is a parameter of type BSTR*