ReferencedColumn Property
Returns the name of the referenced Salesforce object External ID field if
IsReference is
true for the column.
'Declaration
Public Property ReferencedColumn As String
public string ReferencedColumn {get; set;}
Property Value
The name of the referenced Salesforce object External ID field. An empty string if
IsReference is
false.