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